Searched refs:udf_vfs (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | udf_inode.h | 153 struct udf_vfs { struct 154 struct vfs *udf_vfs; /* Back link */ member 155 struct udf_vfs *udf_next; /* Chain of udf file-system's */ argument 156 struct udf_vfs *udf_wnext; /* work list link */ argument 247 _NOTE(MUTEX_PROTECTS_DATA(udf_vfs::udf_lock, argument 248 udf_vfs::udf_fragmented)) 249 _NOTE(MUTEX_PROTECTS_DATA(udf_vfs::udf_lock, 250 udf_vfs::udf_freeblks udf_vfs::udf_totalblks)) 251 _NOTE(MUTEX_PROTECTS_DATA(udf_vfs::udf_lock, 252 udf_vfs::udf_maxuniq udf_vfs::udf_nfiles [all …]
|
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_subr.c | 98 extern struct udf_vfs *udf_vfs_instances; 109 struct udf_vfs *udf_vfs; member 115 struct udf_vfs *, dev_t, time_t); 116 int32_t ud_icheck(struct udf_vfs *); 123 ud_vfs_add(struct udf_vfs *udf_vfsp) in ud_vfs_add() 137 ud_vfs_remove(struct udf_vfs *udf_vfsp) in ud_vfs_remove() 139 struct udf_vfs **delpt = &udf_vfs_instances; in ud_vfs_remove() 158 ud_xlate_to_daddr(struct udf_vfs *udf_vfsp, in ud_xlate_to_daddr() 274 ud_xlate_to_addr(struct udf_vfs *udf_vfsp, in ud_xlate_to_addr() 520 ud_sbwrite(struct udf_vfs *udf_vfsp) in ud_sbwrite() [all …]
|
H A D | udf_alloc.c | 135 struct udf_vfs *udf_vfsp; in ud_alloc_space() 152 udf_vfsp = (struct udf_vfs *)vfsp->vfs_data; in ud_alloc_space() 232 struct udf_vfs *udf_vfsp; in ud_alloc_space_bmap() 248 udf_vfsp = (struct udf_vfs *)vfsp->vfs_data; in ud_alloc_space_bmap() 409 struct udf_vfs *udf_vfsp; in ud_check_free_and_mark_used() 416 udf_vfsp = (struct udf_vfs *)vfsp->vfs_data; in ud_check_free_and_mark_used() 502 struct udf_vfs *udf_vfsp; in ud_alloc_space_stbl() 514 udf_vfsp = (struct udf_vfs *)vfsp->vfs_data; in ud_alloc_space_stbl() 695 struct udf_vfs *udf_vfsp; in ud_free_space() 703 udf_vfsp = (struct udf_vfs *)vfsp->vfs_data; in ud_free_space() [all …]
|
H A D | udf_vfsops.c | 94 static struct udf_vfs *ud_validate_and_fill_superblock(dev_t, 96 void ud_destroy_fsp(struct udf_vfs *); 97 void ud_convert_to_superblock(struct udf_vfs *, 101 static int32_t ud_val_get_vat(struct udf_vfs *, 103 int32_t ud_read_sparing_tbls(struct udf_vfs *, 325 struct udf_vfs *udf_vfsp; in udf_unmount() 343 udf_vfsp = (struct udf_vfs *)vfsp->vfs_data; in udf_unmount() 400 struct udf_vfs *udf_vfsp; in udf_root() 405 udf_vfsp = (struct udf_vfs *)vfsp->vfs_data; in udf_root() 423 struct udf_vfs *udf_vfsp; in udf_statvfs() [all …]
|
H A D | udf_inode.c | 91 struct udf_vfs *udf_vfs_instances; 136 struct udf_vfs *udf_vfsp; in ud_search_icache() 139 udf_vfsp = (struct udf_vfs *)vfsp->vfs_data; in ud_search_icache() 170 struct udf_vfs *udf_vfsp; in ud_iget() 183 udf_vfsp = (struct udf_vfs *)vfsp->vfs_data; in ud_iget() 1158 struct udf_vfs *udf_vfsp; in ud_iupdat() 1485 ud_free_space(ip->i_udf->udf_vfs, icon->ib_prn, in ud_updat_ext4() 1561 struct udf_vfs *udf_vfsp; in ud_itrunc() 1758 ud_free_space(ip->i_udf->udf_vfs, text.ib_prn, in ud_trunc_ext4() 1766 ud_free_space(ip->i_udf->udf_vfs, iext->ib_prn, in ud_trunc_ext4() [all …]
|
H A D | udf_bmap.c | 200 struct udf_vfs *udf_vfsp; in ud_bmap_write() 336 ud_free_space(ip->i_udf->udf_vfs, in ud_bmap_write() 787 struct udf_vfs *udf_vfsp; in ud_last_alloc_ext() 1096 struct udf_vfs *udf_vfsp; in ud_create_ext() 1253 struct udf_vfs *udf_vfsp; in ud_zero_it()
|
H A D | udf_dir.c | 119 struct udf_vfs *udf_vfsp; in ud_dirlook() 337 struct udf_vfs *udf_vfsp; in ud_direnter() 609 struct udf_vfs *udf_vfsp; in ud_dirremove() 880 struct udf_vfs *udf_vfsp; in ud_dircheckforname() 1124 struct udf_vfs *udf_vfsp; in ud_dircheckpath() 1281 struct udf_vfs *udf_vfsp; in ud_diraddentry() 1876 struct udf_vfs *udf_vfsp; in ud_write_fid()
|
H A D | udf_vnops.c | 915 struct udf_vfs *udf_vfsp; in udf_rename() 1097 struct udf_vfs *udf_vfsp; in udf_readdir() 1657 struct udf_vfs *udf_vfsp = ip->i_udf; in udf_getpage() 2766 struct udf_vfs *udf_vfsp; in ud_putapage() 2982 struct udf_vfs *udf_vfsp; in ud_rdip() 3114 struct udf_vfs *udf_vfsp; in ud_wrip()
|