Home
last modified time | relevance | path

Searched refs:i_dquot (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ocfs2/
H A Dinode.h68 struct dquot __rcu *i_dquot[MAXQUOTAS]; member
/linux/fs/jfs/
H A Djfs_incore.h95 struct dquot __rcu *i_dquot[MAXQUOTAS]; member
H A Dsuper.c109 memset(&jfs_inode->i_dquot, 0, sizeof(jfs_inode->i_dquot)); in jfs_alloc_inode()
794 return JFS_IP(inode)->i_dquot; in jfs_get_dquots()
/linux/fs/ext4/
H A Dsuper.c1423 memset(&ei->i_dquot, 0, sizeof(ei->i_dquot)); in ext4_alloc_inode()
1630 return EXT4_I(inode)->i_dquot; in ext4_get_dquots()
H A Dext4.h1185 struct dquot __rcu *i_dquot[MAXQUOTAS]; member