Searched refs:max_files (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/fs/ |
D | file_table.c | 39 .max_files = NR_FILE 98 return files_stat.max_files; in get_max_files() 124 .data = &files_stat.max_files, 125 .maxlen = sizeof(files_stat.max_files), 197 if (get_nr_files() >= files_stat.max_files && !capable(CAP_SYS_ADMIN)) { in alloc_empty_file() 202 if (percpu_counter_sum_positive(&nr_files) >= files_stat.max_files) in alloc_empty_file() 491 files_stat.max_files = max_t(unsigned long, n, NR_FILE); in files_maxfiles_init()
|
/Linux-v6.6/tools/include/uapi/linux/ |
D | fs.h | 100 unsigned long max_files; /* tunable */ member
|
/Linux-v6.6/include/uapi/linux/ |
D | fs.h | 100 unsigned long max_files; /* tunable */ member
|
/Linux-v6.6/fs/ceph/ |
D | mds_client.h | 88 u64 max_files; member
|
D | quota.c | 75 le64_to_cpu(h->max_files)); in ceph_handle_quota()
|
D | super.h | 1391 u64 max_bytes, u64 max_files) in __ceph_update_quota() argument 1396 ci->i_max_files = max_files; in __ceph_update_quota()
|
D | xattr.c | 449 XATTR_QUOTA_FIELD(quota, max_files),
|
D | mds_client.c | 90 ceph_decode_64_safe(p, end, info->max_files, bad); in parse_reply_info_quota() 251 info->max_files = 0; in parse_reply_info_in()
|
D | inode.c | 1015 __ceph_update_quota(ci, iinfo->max_bytes, iinfo->max_files); in ceph_fill_inode()
|
/Linux-v6.6/include/linux/ceph/ |
D | ceph_fs.h | 914 __le64 max_files; /* quota max. files */ member
|
/Linux-v6.6/Documentation/filesystems/ |
D | ceph.rst | 80 extended attributes 'ceph.quota.max_files' and 'ceph.quota.max_bytes', eg::
|