• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/hfs/

Lines Matching refs:hfsmount

83 static int  remove_attribute_records(struct hfsmount *hfsmp, BTreeIterator * iterator);
85 static int getnodecount(struct hfsmount *hfsmp, size_t nodesize);
89 static int read_attr_data(struct hfsmount *hfsmp, uio_t uio, size_t datasize, HFSPlusExtentDescriptor *extents);
91 static int write_attr_data(struct hfsmount *hfsmp, uio_t uio, size_t datasize, HFSPlusExtentDescriptor *extents);
93 static int alloc_attr_blks(struct hfsmount *hfsmp, size_t attrsize, size_t extentbufsize, HFSPlusExtentDescriptor *extents, int *blocks);
95 static void free_attr_blks(struct hfsmount *hfsmp, int blkcnt, HFSPlusExtentDescriptor *extents);
224 struct hfsmount *hfsmp;
494 struct hfsmount *hfsmp;
932 struct hfsmount *hfsmp;
1111 file_attribute_exist(struct hfsmount *hfsmp, uint32_t fileID)
1171 remove_attribute_records(struct hfsmount *hfsmp, BTreeIterator * iterator)
1265 struct hfsmount *hfsmp;
1462 hfs_removeallattr(struct hfsmount *hfsmp, u_int32_t fileid)
1517 hfs_xattr_init(struct hfsmount * hfsmp)
1540 hfs_set_volxattr(struct hfsmount *hfsmp, unsigned int xattrtype, int state)
1661 hfs_check_volxattr(struct hfsmount *hfsmp, unsigned int xattrtype)
1819 getnodecount(struct hfsmount *hfsmp, size_t nodesize)
1875 get_attr_data_vnode(struct hfsmount *hfsmp, vnode_t *vpp)
1949 read_attr_data(struct hfsmount *hfsmp, uio_t uio, size_t datasize, HFSPlusExtentDescriptor *extents)
2002 write_attr_data(struct hfsmount *hfsmp, uio_t uio, size_t datasize, HFSPlusExtentDescriptor *extents)
2057 alloc_attr_blks(struct hfsmount *hfsmp, size_t attrsize, size_t extentbufsize, HFSPlusExtentDescriptor *extents, int *blocks)
2117 free_attr_blks(struct hfsmount *hfsmp, int blkcnt, HFSPlusExtentDescriptor *extents)