Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dquota.c295 bool ceph_quota_is_max_bytes_approaching(struct inode *inode, loff_t newsize) in ceph_quota_is_max_bytes_approaching() function
Dsuper.h1113 extern bool ceph_quota_is_max_bytes_approaching(struct inode *inode,
Dfile.c1530 if (ceph_quota_is_max_bytes_approaching(inode, iocb->ki_pos)) in ceph_write_iter()