/fs/proc/ |
D | array.c | 153 int g, umask = -1; in task_state() local 201 for (g = 0; g < group_info->ngroups; g++) in task_state() 202 seq_put_decimal_ull(m, g ? " " : "", in task_state() 203 from_kgid_munged(user_ns, group_info->gid[g])); in task_state() 210 for (g = ns->level; g <= pid->level; g++) in task_state() 211 seq_put_decimal_ull(m, "\t", task_tgid_nr_ns(p, pid->numbers[g].ns)); in task_state() 213 for (g = ns->level; g <= pid->level; g++) in task_state() 214 seq_put_decimal_ull(m, "\t", task_pid_nr_ns(p, pid->numbers[g].ns)); in task_state() 216 for (g = ns->level; g <= pid->level; g++) in task_state() 217 seq_put_decimal_ull(m, "\t", task_pgrp_nr_ns(p, pid->numbers[g].ns)); in task_state() [all …]
|
/fs/dlm/ |
D | config.c | 394 static struct config_group *make_cluster(struct config_group *g, in make_cluster() argument 443 static void drop_cluster(struct config_group *g, struct config_item *i) in drop_cluster() argument 464 static struct config_group *make_space(struct config_group *g, const char *name) in make_space() argument 492 static void drop_space(struct config_group *g, struct config_item *i) in drop_space() argument 509 static struct config_item *make_comm(struct config_group *g, const char *name) in make_comm() argument 530 static void drop_comm(struct config_group *g, struct config_item *i) in drop_comm() argument 547 static struct config_item *make_node(struct config_group *g, const char *name) in make_node() argument 549 struct dlm_space *sp = config_item_to_space(g->cg_item.ci_parent); in make_node() 569 static void drop_node(struct config_group *g, struct config_item *i) in drop_node() argument 571 struct dlm_space *sp = config_item_to_space(g->cg_item.ci_parent); in drop_node()
|
/fs/gfs2/ |
D | dir.c | 486 struct dirent_gather *g = opaque; in gfs2_dirent_gather() local 488 g->pdent[g->offset++] = dent; in gfs2_dirent_gather() 1377 struct dirent_gather g; in gfs2_dir_read_leaf() local 1414 g.pdent = (const struct gfs2_dirent **)darr; in gfs2_dir_read_leaf() 1415 g.offset = 0; in gfs2_dir_read_leaf() 1425 offset = g.offset; in gfs2_dir_read_leaf() 1428 gfs2_dirent_gather, NULL, &g); in gfs2_dir_read_leaf() 1432 if (entries2 != g.offset) { in gfs2_dir_read_leaf() 1437 entries2, g.offset); in gfs2_dir_read_leaf() 1572 struct dirent_gather g; in gfs2_dir_read() local [all …]
|
/fs/ |
D | fs_struct.c | 60 struct task_struct *g, *p; in chroot_fs_refs() local 65 for_each_process_thread(g, p) { in chroot_fs_refs()
|
/fs/zonefs/ |
D | Kconfig | 9 device (e.g. host-managed or host-aware SMR disk drives) as files.
|
/fs/ext4/ |
D | ialloc.c | 376 static void get_orlov_stats(struct super_block *sb, ext4_group_t g, in get_orlov_stats() argument 383 s_flex_groups, g); in get_orlov_stats() 390 desc = ext4_get_group_desc(sb, g, NULL); in get_orlov_stats() 436 ext4_group_t i, grp, g, ngroups; in find_group_orlov() local 470 g = (parent_group + i) % ngroups; in find_group_orlov() 471 get_orlov_stats(sb, g, flex_size, &stats); in find_group_orlov() 480 grp = g; in find_group_orlov()
|
D | super.c | 6445 ext4_group_t g; in __ext4_remount() local 6597 for (g = 0; g < sbi->s_groups_count; g++) { in __ext4_remount() 6599 ext4_get_group_desc(sb, g, NULL); in __ext4_remount() 6601 if (!ext4_group_desc_csum_verify(sb, g, gdp)) { in __ext4_remount() 6604 g, le16_to_cpu(ext4_group_desc_csum(sb, g, gdp)), in __ext4_remount()
|
/fs/erofs/ |
D | Kconfig | 10 file system with modern designs (e.g. no buffer heads, inline 12 scenarios which need high-performance read-only solutions, e.g.
|
/fs/cramfs/ |
D | README | 5 a bit looser, e.g. it doesn't care if the <file_data> items are 65 and specific data block alignments e.g. for XIP applications. 176 e.g. get read_folio to decompress to a buffer of size MAX_BLKSIZE (which
|
D | Kconfig | 47 MTD device capable of direct memory mapping e.g. from
|
/fs/coda/ |
D | Kconfig | 10 disconnected operation (e.g. for laptops), read/write server
|
/fs/xfs/ |
D | xfs_quota.h | 160 #define xfs_qm_vop_create_dqattach(tp, ip, u, g, p) argument
|
/fs/verity/ |
D | Kconfig | 28 against a known good value, e.g. from a digital signature).
|
/fs/configfs/ |
D | dir.c | 711 struct config_group *g, *n; in configfs_remove_default_groups() local 713 list_for_each_entry_safe(g, n, &group->default_groups, group_entry) { in configfs_remove_default_groups() 714 list_del(&g->group_entry); in configfs_remove_default_groups() 715 config_item_put(&g->cg_item); in configfs_remove_default_groups()
|
/fs/nfs/ |
D | dir.c | 2924 int g; in access_cmp() local 2949 for (g = 0; g < ga->ngroups; g++) { in access_cmp() 2950 if (gid_lt(ga->gid[g], gb->gid[g])) in access_cmp() 2952 if (gid_gt(ga->gid[g], gb->gid[g])) in access_cmp()
|
/fs/smb/client/ |
D | Kconfig | 33 and NAS appliances (e.g. Samba, Windows 11, Windows Server 2022, 34 MacOS) and even in the cloud (e.g. Microsoft Azure) and also by the
|
/fs/nfsd/ |
D | export.c | 1283 static bool secinfo_flags_equal(int f, int g) in secinfo_flags_equal() argument 1286 g &= NFSEXP_SECINFO_FLAGS; in secinfo_flags_equal() 1287 return f == g; in secinfo_flags_equal()
|
/fs/pstore/ |
D | Kconfig | 12 (e.g. ACPI_APEI on X86) which will select this for you.
|
/fs/squashfs/ |
D | Kconfig | 238 performance for some file access patterns (e.g. sequential
|
/fs/affs/ |
D | Changes | 265 them (e. g. the loopback device does this).
|
/fs/nls/ |
D | Kconfig | 10 depend on it (e.g. FAT, JOLIET, NT, BEOS filesystems), as well
|