Home
last modified time | relevance | path

Searched refs:acquire_dquot (Results 1 – 7 of 7) sorted by relevance

/linux/mm/
H A Dshmem_quota.c344 .acquire_dquot = shmem_acquire_dquot,
/linux/include/linux/
H A Dquota.h328 int (*acquire_dquot) (struct dquot *); /* Quota is going to be created on disk */ member
/linux/Documentation/filesystems/
H A Dlocking.rst562 int (*acquire_dquot) (struct dquot *);
576 acquire_dquot: yes dqonoff_sem or dqptr_sem
/linux/fs/ocfs2/
H A Dquota_global.c1030 .acquire_dquot = ocfs2_acquire_dquot,
/linux/fs/quota/
H A Ddquot.c980 err = sb->dq_op->acquire_dquot(dquot); in dqget()
2202 .acquire_dquot = dquot_acquire,
/linux/fs/f2fs/
H A Dsuper.c3623 .acquire_dquot = f2fs_dquot_acquire,
/linux/fs/ext4/
H A Dsuper.c1628 .acquire_dquot = ext4_acquire_dquot,