Searched refs:max_files (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/fs/ |
A D | file_table.c | 39 .max_files = NR_FILE 76 return files_stat.max_files; in get_max_files() 102 .data = &files_stat.max_files, 103 .maxlen = sizeof(files_stat.max_files), 179 if (get_nr_files() >= files_stat.max_files && !capable(CAP_SYS_ADMIN)) { in alloc_empty_file() 184 if (percpu_counter_sum_positive(&nr_files) >= files_stat.max_files) in alloc_empty_file() 431 files_stat.max_files = max_t(unsigned long, n, NR_FILE); in files_maxfiles_init()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | fs.h | 100 unsigned long max_files; /* tunable */ member
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | fs.h | 100 unsigned long max_files; /* tunable */ member
|
/linux-6.3-rc2/fs/ceph/ |
A D | mds_client.h | 85 u64 max_files; member
|
A D | quota.c | 77 le64_to_cpu(h->max_files)); in ceph_handle_quota()
|
A D | super.h | 1338 u64 max_bytes, u64 max_files) in __ceph_update_quota() argument 1343 ci->i_max_files = max_files; in __ceph_update_quota()
|
A D | xattr.c | 431 XATTR_QUOTA_FIELD(quota, max_files),
|
A D | mds_client.c | 89 ceph_decode_64_safe(p, end, info->max_files, bad); in parse_reply_info_quota() 204 info->max_files = 0; in parse_reply_info_in()
|
A D | inode.c | 866 __ceph_update_quota(ci, iinfo->max_bytes, iinfo->max_files); in ceph_fill_inode()
|
/linux-6.3-rc2/include/linux/ceph/ |
A D | ceph_fs.h | 892 __le64 max_files; /* quota max. files */ member
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | ceph.rst | 70 extended attributes 'ceph.quota.max_files' and 'ceph.quota.max_bytes', eg::
|
Completed in 32 milliseconds