Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dquota.h317 int (*release_dquot) (struct dquot *); /* Quota is going to be deleted from disk */ member
/linux-4.4.14/Documentation/filesystems/
DLocking500 int (*release_dquot) (struct dquot *);
512 release_dquot: yes dqonoff_sem or dqptr_sem
/linux-4.4.14/fs/ocfs2/
Dquota_global.c966 .release_dquot = ocfs2_release_dquot,
/linux-4.4.14/fs/quota/
Ddquot.c784 dquot->dq_sb->dq_op->release_dquot(dquot); in dqput()
2039 .release_dquot = dquot_release,
/linux-4.4.14/fs/reiserfs/
Dsuper.c799 .release_dquot = reiserfs_release_dquot,
/linux-4.4.14/fs/ext4/
Dsuper.c1099 .release_dquot = ext4_release_dquot,