Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dquota.c255 bool ceph_quota_is_max_files_exceeded(struct inode *inode) in ceph_quota_is_max_files_exceeded() function
Ddir.c830 if (ceph_quota_is_max_files_exceeded(dir)) { in ceph_mknod()
888 if (ceph_quota_is_max_files_exceeded(dir)) { in ceph_symlink()
943 ceph_quota_is_max_files_exceeded(dir)) { in ceph_mkdir()
Dsuper.h1109 extern bool ceph_quota_is_max_files_exceeded(struct inode *inode);
Dfile.c456 if (ceph_quota_is_max_files_exceeded(dir)) in ceph_atomic_open()