Searched refs:quota_ni (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_quota.c62 ntfs_inode *quota_ni; local
72 quota_ni = vol->quota_ni;
73 if (!quota_ni || !vol->quota_q_ni) {
135 /* Update the atime, mtime and ctime of the base inode @quota_ni. */
136 quota_ni->last_access_time = quota_ni->last_mft_change_time =
137 quota_ni->last_data_change_time =
139 NInoSetDirtyTimes(quota_ni);
H A Dntfs_volume.h194 ntfs_inode *quota_ni; /* The ntfs inode of $Quota. */ member in struct:_ntfs_volume
H A Dntfs_vfsops.c2372 * vol->quota_ni as NULL and return success.
2418 err = ntfs_inode_attach(vol, MREF(mref), &vol->quota_ni,
2425 err = ntfs_index_inode_attach(vol->quota_ni, Q, 2, &vol->quota_q_ni);
3636 ntfs_unmount_inode_detach(&vol->quota_ni, vol->extend_ni);
H A Dntfs_vnops.c4826 ni == vol->quota_ni)
5523 if (ni == vol->objid_ni || ni == vol->quota_ni ||
6027 src_ni == vol->quota_ni ||
6033 dst_ni == vol->quota_ni ||

Completed in 133 milliseconds