Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dquota.h335 int (*get_projid) (struct inode *, kprojid_t *);/* Get project ID */ member
/openbmc/linux/fs/quota/
H A Ddquot.c1510 rc = inode->i_sb->dq_op->get_projid(inode, &projid); in __dquot_initialize()
2430 (type == PRJQUOTA && sb->dq_op->get_projid == NULL)) { in dquot_load_quota_sb()
/openbmc/linux/fs/f2fs/
H A Dsuper.c3113 .get_projid = f2fs_get_projid,
/openbmc/linux/fs/ext4/
H A Dsuper.c1618 .get_projid = ext4_get_projid,