Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dquota.h329 int (*release_dquot) (struct dquot *); /* Quota is going to be deleted from disk */ member
/linux/mm/
H A Dshmem_quota.c345 .release_dquot = shmem_release_dquot,
/linux/fs/quota/
H A Ddquot.c867 dquot->dq_sb->dq_op->release_dquot(dquot); in quota_release_workfn()
2157 .release_dquot = dquot_release,
/linux/fs/ext4/
H A Dsuper.c1655 .release_dquot = ext4_release_dquot,