Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dquota.h329 int (*release_dquot) (struct dquot *); /* Quota is going to be deleted from disk */ member
/linux-6.15/mm/
H A Dshmem_quota.c345 .release_dquot = shmem_release_dquot,
/linux-6.15/Documentation/filesystems/
H A Dlocking.rst617 int (*release_dquot) (struct dquot *);
631 release_dquot: yes dqonoff_sem or dqptr_sem
/linux-6.15/fs/ocfs2/
H A Dquota_global.c1031 .release_dquot = ocfs2_release_dquot,
/linux-6.15/fs/quota/
H A Ddquot.c840 dquot->dq_sb->dq_op->release_dquot(dquot); in quota_release_workfn()
2200 .release_dquot = dquot_release,
/linux-6.15/fs/f2fs/
H A Dsuper.c3200 .release_dquot = f2fs_dquot_release,
/linux-6.15/fs/ext4/
H A Dsuper.c1591 .release_dquot = ext4_release_dquot,