Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dquotaops.h90 int dquot_acquire(struct dquot *dquot);
/linux-6.15/fs/quota/
H A Ddquot.c452 int dquot_acquire(struct dquot *dquot) in dquot_acquire() function
494 EXPORT_SYMBOL(dquot_acquire);
2199 .acquire_dquot = dquot_acquire,
/linux-6.15/fs/f2fs/
H A Dsuper.c3150 ret = dquot_acquire(dquot); in f2fs_dquot_acquire()
/linux-6.15/fs/ext4/
H A Dsuper.c6931 ret = dquot_acquire(dquot); in ext4_acquire_dquot()