Searched refs:quota_ino (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | quota.c | 33 if (!vol->quota_ino || !vol->quota_q_ino) { in ntfs_mark_quotas_out_of_date()
|
H A D | super.c | 1347 * leave vol->quota_ino as NULL and return success. 1399 vol->quota_ino = tmp_ino; in load_and_init_quota() 1401 tmp_ino = ntfs_index_iget(vol->quota_ino, Q, 2); in load_and_init_quota() 2196 iput(vol->quota_ino); in load_system_files() 2272 if (vol->quota_ino) in ntfs_put_super() 2273 ntfs_commit_inode(vol->quota_ino); in ntfs_put_super() 2341 if (vol->quota_ino) { in ntfs_put_super() 2342 iput(vol->quota_ino); in ntfs_put_super() 2343 vol->quota_ino = NULL; in ntfs_put_super() 2940 if (vol->quota_ino) { in ntfs_fill_super() [all...] |
H A D | volume.h | 111 struct inode *quota_ino; /* The VFS inode of $Quota. */ member
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | quota.c | 33 if (!vol->quota_ino || !vol->quota_q_ino) { in ntfs_mark_quotas_out_of_date()
|
H A D | super.c | 1355 * leave vol->quota_ino as NULL and return success. 1407 vol->quota_ino = tmp_ino; in load_and_init_quota() 1409 tmp_ino = ntfs_index_iget(vol->quota_ino, Q, 2); in load_and_init_quota() 2204 iput(vol->quota_ino); in load_system_files() 2280 if (vol->quota_ino) in ntfs_put_super() 2281 ntfs_commit_inode(vol->quota_ino); in ntfs_put_super() 2349 if (vol->quota_ino) { in ntfs_put_super() 2350 iput(vol->quota_ino); in ntfs_put_super() 2351 vol->quota_ino = NULL; in ntfs_put_super() 2946 if (vol->quota_ino) { in ntfs_fill_super() [all...] |
H A D | volume.h | 111 struct inode *quota_ino; /* The VFS inode of $Quota. */ member
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | sysfs.c | 139 len ? ", " : "", "quota_ino"); in features_show() 644 F2FS_FEATURE_RO_ATTR(quota_ino, FEAT_QUOTA_INO); 746 ATTR_LIST(quota_ino),
|
H A D | f2fs.h | 4024 F2FS_FEATURE_FUNCS(quota_ino, QUOTA_INO);
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | sysfs.c | 177 len ? ", " : "", "quota_ino"); in features_show() 1042 F2FS_FEATURE_RO_ATTR(quota_ino); variable 1179 ATTR_LIST(quota_ino), 1213 F2FS_SB_FEATURE_RO_ATTR(quota_ino, QUOTA_INO);
|
H A D | f2fs.h | 4440 F2FS_FEATURE_FUNCS(quota_ino, QUOTA_INO);
|
Completed in 28 milliseconds