Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dquota.h328 int (*acquire_dquot) (struct dquot *); /* Quota is going to be created on disk */ member
/linux/mm/
H A Dshmem_quota.c344 .acquire_dquot = shmem_acquire_dquot,
/linux/Documentation/filesystems/
H A Dlocking.rst567 int (*acquire_dquot) (struct dquot *);
581 acquire_dquot: yes dqonoff_sem or dqptr_sem
/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.c3578 .acquire_dquot = f2fs_dquot_acquire,