Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ceph/
H A Dquota.c411 bool ceph_quota_is_max_files_exceeded(struct inode *inode) in ceph_quota_is_max_files_exceeded() function
H A Ddir.c846 if (ceph_quota_is_max_files_exceeded(dir)) { in ceph_mknod()
907 if (ceph_quota_is_max_files_exceeded(dir)) { in ceph_symlink()
970 ceph_quota_is_max_files_exceeded(dir)) { in ceph_mkdir()
H A Dsuper.h1252 extern bool ceph_quota_is_max_files_exceeded(struct inode *inode);
H A Dfile.c713 if (ceph_quota_is_max_files_exceeded(dir)) in ceph_atomic_open()