Home
last modified time | relevance | path

Searched refs:ud_printf (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c247 ud_printf("udf_open\n"); in udf_open()
264 ud_printf("udf_close\n"); in udf_close()
300 ud_printf("udf_read\n"); in udf_read()
349 ud_printf("udf_write\n"); in udf_write()
621 ud_printf("udf_access\n"); in udf_access()
870 ud_printf("udf_link\n"); in udf_link()
1061 ud_printf("udf_mkdir\n"); in udf_mkdir()
1094 ud_printf("udf_rmdir\n"); in udf_rmdir()
1541 ud_printf("udf_fid\n"); in udf_fid()
2049 ud_printf("udf_map\n"); in udf_map()
[all …]
H A Dudf_subr.c168 ud_printf("ud_xlate_to_daddr\n"); in ud_xlate_to_daddr()
280 ud_printf("ud_xlate_to_addr\n"); in ud_xlate_to_addr()
352 ud_printf("ud_dtime2utime\n"); in ud_dtime2utime()
407 ud_printf("ud_utime2dtime\n"); in ud_utime2dtime()
484 ud_printf("ud_syncip\n"); in ud_syncip()
511 ud_printf("ud_fbwrite\n"); in ud_fbwrite()
528 ud_printf("ud_sbwrite\n"); in ud_sbwrite()
575 ud_printf("ud_sync_indir\n"); in ud_sync_indir()
613 ud_printf("ud_update\n"); in ud_update()
793 ud_printf("ud_checkclean\n"); in ud_checkclean()
[all …]
H A Dudf_alloc.c138 ud_printf("ud_alloc_space\n"); in ud_alloc_space()
240 ud_printf("ud_alloc_space_bmap\n"); in ud_alloc_space_bmap()
508 ud_printf("ud_alloc_space_stbl\n"); in ud_alloc_space_stbl()
697 ud_printf("ud_free_space\n"); in ud_free_space()
743 ud_printf("ud_free_space_bmap\n"); in ud_free_space_bmap()
846 ud_printf("ud_free_space_stbl\n"); in ud_free_space_stbl()
1003 ud_printf("ud_ialloc\n"); in ud_ialloc()
1225 ud_printf("ud_ifree\n"); in ud_ifree()
1289 ud_printf("udf_freesp\n"); in ud_freesp()
1360 ud_printf("ud_alloc_from_cache\n"); in ud_alloc_from_cache()
[all …]
H A Dudf_vfsops.c191 ud_printf("udf_mount\n"); in udf_mount()
331 ud_printf("udf_unmount\n"); in udf_unmount()
404 ud_printf("udf_root\n"); in udf_root()
429 ud_printf("udf_statvfs\n"); in udf_statvfs()
483 ud_printf("udf_sync\n"); in udf_sync()
500 ud_printf("udf_vget\n"); in udf_vget()
553 ud_printf("udf_mountroot\n"); in udf_mountroot()
630 ud_printf("ud_mountfs\n"); in ud_mountfs()
1521 ud_printf("ud_destroy_fsp\n"); in ud_destroy_fsp()
1591 ud_printf("ud_update_superblock\n"); in ud_update_superblock()
[all …]
H A Dudf_dir.c133 ud_printf("ud_dirlook\n"); in ud_dirlook()
345 ud_printf("ud_direnter\n"); in ud_direnter()
618 ud_printf("ud_dirremove\n"); in ud_dirremove()
890 ud_printf("ud_dircheckforname\n"); in ud_dircheckforname()
1030 ud_printf("ud_dirempty\n"); in ud_dirempty()
1132 ud_printf("ud_dircheckpath\n"); in ud_dircheckpath()
1288 ud_printf("ud_diraddentry\n"); in ud_diraddentry()
1353 ud_printf("ud_dirmakedirect\n"); in ud_dirmakedirect()
1447 ud_printf("ud_dirrename\n"); in ud_dirrename()
1639 ud_printf("ud_dirprepareentry\n"); in ud_dirprepareentry()
[all …]
H A Dudf_inode.c183 ud_printf("ud_iget\n"); in ud_iget()
938 ud_printf("ud_iinactive\n"); in ud_iinactive()
1165 ud_printf("ud_iupdat\n"); in ud_iupdat()
1564 ud_printf("ud_itrunc\n"); in ud_itrunc()
1862 ud_printf("ud_iflush\n"); in ud_iflush()
1939 ud_printf("ud_iaccess\n"); in ud_iaccess()
1984 ud_printf("ud_imark\n"); in ud_imark()
2005 ud_printf("ud_itimes_nolock\n"); in ud_itimes_nolock()
2021 ud_printf("ud_delcache\n"); in ud_delcache()
2037 ud_printf("ud_idrop\n"); in ud_idrop()
H A Dudf_bmap.c105 ud_printf("ud_bmap_has_holes\n"); in ud_bmap_has_holes()
133 ud_printf("ud_bmap_read\n"); in ud_bmap_read()
210 ud_printf("ud_bmap_write\n"); in ud_bmap_write()
743 ud_printf("ud_read_icb_till_off\n"); in ud_read_icb_till_off()
944 ud_printf("ud_break_create_new_icb\n"); in ud_break_create_new_icb()
998 ud_printf("ud_bump_ext_count\n"); in ud_bump_ext_count()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h578 #define ud_printf(xyz) \ macro