Home
last modified time | relevance | path

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

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