Searched refs:max_files (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/fs/ |
D | file_table.c | 36 .max_files = NR_FILE 73 return files_stat.max_files; in get_max_files() 141 if (get_nr_files() >= files_stat.max_files && !capable(CAP_SYS_ADMIN)) { in alloc_empty_file() 146 if (percpu_counter_sum_positive(&nr_files) >= files_stat.max_files) in alloc_empty_file() 388 files_stat.max_files = max_t(unsigned long, n, NR_FILE); in files_maxfiles_init()
|
/Linux-v4.19/include/uapi/linux/ |
D | fs.h | 92 unsigned long max_files; /* tunable */ member
|
/Linux-v4.19/fs/ceph/ |
D | mds_client.h | 65 u64 max_files; member
|
D | quota.c | 78 le64_to_cpu(h->max_files)); in ceph_handle_quota()
|
D | super.h | 1088 u64 max_bytes, u64 max_files) in __ceph_update_quota() argument 1093 ci->i_max_files = max_files; in __ceph_update_quota()
|
D | xattr.c | 325 XATTR_QUOTA_FIELD(quota, max_files),
|
D | mds_client.c | 117 ceph_decode_64_safe(p, end, info->max_files, bad); in parse_reply_info_in() 120 info->max_files = 0; in parse_reply_info_in()
|
D | inode.c | 805 __ceph_update_quota(ci, iinfo->max_bytes, iinfo->max_files); in fill_inode()
|
/Linux-v4.19/include/linux/ceph/ |
D | ceph_fs.h | 825 __le64 max_files; /* quota max. files */ member
|
/Linux-v4.19/Documentation/filesystems/ |
D | ceph.txt | 68 extended attributes 'ceph.quota.max_files' and 'ceph.quota.max_bytes', eg:
|
/Linux-v4.19/kernel/ |
D | sysctl.c | 1694 .data = &files_stat.max_files, 1695 .maxlen = sizeof(files_stat.max_files),
|