Home
last modified time | relevance | path

Searched refs:i_dquot (Results 1 – 8 of 8) 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()
829 return JFS_IP(inode)->i_dquot; in jfs_get_dquots()
/linux/fs/ext2/
H A Dsuper.c189 memset(&ei->i_dquot, 0, sizeof(ei->i_dquot)); in ext2_alloc_inode()
324 return EXT2_I(inode)->i_dquot; in ext2_get_dquots()
H A Dext2.h677 struct dquot __rcu *i_dquot[MAXQUOTAS]; member
/linux/fs/reiserfs/
H A Dsuper.c648 memset(&ei->i_dquot, 0, sizeof(ei->i_dquot)); in reiserfs_alloc_inode()
806 return REISERFS_I(inode)->i_dquot; in reiserfs_get_dquots()
H A Dreiserfs.h100 struct dquot __rcu *i_dquot[MAXQUOTAS]; member
/linux/mm/
H A Dshmem.c329 return SHMEM_I(inode)->i_dquot; in shmem_get_dquots()