Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dquotaops.h90 int dquot_acquire(struct dquot *dquot);
/linux/fs/quota/
H A Ddquot.c455 int dquot_acquire(struct dquot *dquot) in dquot_acquire() function
497 EXPORT_SYMBOL(dquot_acquire);
2202 .acquire_dquot = dquot_acquire,
/linux/fs/f2fs/
H A Dsuper.c3529 ret = dquot_acquire(dquot); in f2fs_dquot_acquire()