Searched refs:max_files (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/fs/ |
D | file_table.c | 37 .max_files = NR_FILE 74 return files_stat.max_files; in get_max_files() 142 if (get_nr_files() >= files_stat.max_files && !capable(CAP_SYS_ADMIN)) { in alloc_empty_file() 147 if (percpu_counter_sum_positive(&nr_files) >= files_stat.max_files) in alloc_empty_file() 400 files_stat.max_files = max_t(unsigned long, n, NR_FILE); in files_maxfiles_init()
|
/Linux-v5.10/tools/include/uapi/linux/ |
D | fs.h | 100 unsigned long max_files; /* tunable */ member
|
/Linux-v5.10/include/uapi/linux/ |
D | fs.h | 100 unsigned long max_files; /* tunable */ member
|
/Linux-v5.10/fs/ceph/ |
D | mds_client.h | 87 u64 max_files; member
|
D | super.h | 1209 u64 max_bytes, u64 max_files) in __ceph_update_quota() argument 1214 ci->i_max_files = max_files; in __ceph_update_quota()
|
D | quota.c | 74 le64_to_cpu(h->max_files)); in ceph_handle_quota()
|
D | xattr.c | 373 XATTR_QUOTA_FIELD(quota, max_files),
|
D | mds_client.c | 88 ceph_decode_64_safe(p, end, info->max_files, bad); in parse_reply_info_quota() 196 info->max_files = 0; in parse_reply_info_in()
|
D | inode.c | 827 __ceph_update_quota(ci, iinfo->max_bytes, iinfo->max_files); in ceph_fill_inode()
|
/Linux-v5.10/include/linux/ceph/ |
D | ceph_fs.h | 846 __le64 max_files; /* quota max. files */ member
|
/Linux-v5.10/Documentation/filesystems/ |
D | ceph.rst | 70 extended attributes 'ceph.quota.max_files' and 'ceph.quota.max_bytes', eg::
|
/Linux-v5.10/kernel/ |
D | sysctl.c | 3159 .data = &files_stat.max_files, 3160 .maxlen = sizeof(files_stat.max_files),
|