Home
last modified time | relevance | path

Searched refs:s_grp_quota_inum (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/filesystems/ext4/
H A Dsuper.rst410 - s_grp_quota_inum
/linux/fs/ext4/
H A Dext4.h1412 __le32 s_grp_quota_inum; /* inode for tracking group quota */ member
H A Dsuper.c7019 le32_to_cpu(EXT4_SB(sb)->s_es->s_grp_quota_inum), in ext4_quota_enable()
7058 le32_to_cpu(EXT4_SB(sb)->s_es->s_grp_quota_inum), in ext4_enable_quotas()
H A Dinode.c4669 ino == le32_to_cpu(es->s_grp_quota_inum) || in __ext4_iget()