Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext3/
Dsuper.c763 static int ext3_release_dquot(struct dquot *dquot);
781 .release_dquot = ext3_release_dquot,
2913 static int ext3_release_dquot(struct dquot *dquot) in ext3_release_dquot() function