Home
last modified time | relevance | path

Searched refs:dquot_acquire (Results 1 – 4 of 4) 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.c3574 ret = dquot_acquire(dquot); in f2fs_dquot_acquire()
/linux/fs/ext4/
H A Dsuper.c7022 ret = dquot_acquire(dquot); in ext4_acquire_dquot()