Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ceph/
Dquota.c411 bool ceph_quota_is_max_files_exceeded(struct inode *inode) in ceph_quota_is_max_files_exceeded() function
Ddir.c837 if (ceph_quota_is_max_files_exceeded(dir)) { in ceph_mknod()
898 if (ceph_quota_is_max_files_exceeded(dir)) { in ceph_symlink()
961 ceph_quota_is_max_files_exceeded(dir)) { in ceph_mkdir()
Dsuper.h1224 extern bool ceph_quota_is_max_files_exceeded(struct inode *inode);
Dfile.c680 if (ceph_quota_is_max_files_exceeded(dir)) in ceph_atomic_open()