Home
last modified time | relevance | path

Searched refs:max_files (Results 1 – 11 of 11) sorted by relevance

/linux/fs/
H A Dfile_table.c38 .max_files = NR_FILE
90 return files_stat.max_files; in get_max_files()
116 .data = &files_stat.max_files,
117 .maxlen = sizeof(files_stat.max_files),
193 if (get_nr_files() >= files_stat.max_files && !capable(CAP_SYS_ADMIN)) { in alloc_empty_file()
198 if (percpu_counter_sum_positive(&nr_files) >= files_stat.max_files) in alloc_empty_file()
534 files_stat.max_files = max_t(unsigned long, n, NR_FILE); in files_maxfiles_init()
/linux/include/uapi/linux/
H A Dfs.h118 unsigned long max_files; /* tunable */ member
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h118 unsigned long max_files; /* tunable */ member
/linux/fs/ceph/
H A Dmds_client.h111 u64 max_files; member
H A Dquota.c76 le64_to_cpu(h->max_files)); in ceph_handle_quota()
H A Dsuper.h1397 u64 max_bytes, u64 max_files) in __ceph_update_quota() argument
1402 ci->i_max_files = max_files; in __ceph_update_quota()
H A Dxattr.c450 XATTR_QUOTA_FIELD(quota, max_files),
H A Dmds_client.c91 ceph_decode_64_safe(p, end, info->max_files, bad); in parse_reply_info_quota()
252 info->max_files = 0; in parse_reply_info_in()
H A Dinode.c1043 __ceph_update_quota(ci, iinfo->max_bytes, iinfo->max_files); in ceph_fill_inode()
/linux/include/linux/ceph/
H A Dceph_fs.h922 __le64 max_files; /* quota max. files */ member
/linux/Documentation/filesystems/
H A Dceph.rst83 extended attributes 'ceph.quota.max_files' and 'ceph.quota.max_bytes', eg::