/fs/proc/ |
D | array.c | 163 int g, umask; in task_state() local 210 for (g = 0; g < group_info->ngroups; g++) in task_state() 211 seq_put_decimal_ull(m, g ? " " : "", in task_state() 212 from_kgid_munged(user_ns, group_info->gid[g])); in task_state() 219 for (g = ns->level; g <= pid->level; g++) in task_state() 220 seq_put_decimal_ull(m, "\t", task_tgid_nr_ns(p, pid->numbers[g].ns)); in task_state() 222 for (g = ns->level; g <= pid->level; g++) in task_state() 223 seq_put_decimal_ull(m, "\t", task_pid_nr_ns(p, pid->numbers[g].ns)); in task_state() 225 for (g = ns->level; g <= pid->level; g++) in task_state() 226 seq_put_decimal_ull(m, "\t", task_pgrp_nr_ns(p, pid->numbers[g].ns)); in task_state() [all …]
|
/fs/dlm/ |
D | config.c | 344 static struct config_group *make_cluster(struct config_group *g, in make_cluster() argument 392 static void drop_cluster(struct config_group *g, struct config_item *i) in drop_cluster() argument 410 static struct config_group *make_space(struct config_group *g, const char *name) in make_space() argument 437 static void drop_space(struct config_group *g, struct config_item *i) in drop_space() argument 453 static struct config_item *make_comm(struct config_group *g, const char *name) in make_comm() argument 473 static void drop_comm(struct config_group *g, struct config_item *i) in drop_comm() argument 490 static struct config_item *make_node(struct config_group *g, const char *name) in make_node() argument 492 struct dlm_space *sp = config_item_to_space(g->cg_item.ci_parent); in make_node() 512 static void drop_node(struct config_group *g, struct config_item *i) in drop_node() argument 514 struct dlm_space *sp = config_item_to_space(g->cg_item.ci_parent); in drop_node()
|
/fs/ |
D | fs_struct.c | 60 struct task_struct *g, *p; in chroot_fs_refs() local 65 do_each_thread(g, p) { in chroot_fs_refs() 82 } while_each_thread(g, p); in chroot_fs_refs()
|
D | coredump.c | 337 struct task_struct *g, *p; in zap_threads() local 386 for_each_process(g) { in zap_threads() 387 if (g == tsk->group_leader) in zap_threads() 389 if (g->flags & PF_KTHREAD) in zap_threads() 392 for_each_thread(g, p) { in zap_threads()
|
/fs/gfs2/ |
D | dir.c | 494 struct dirent_gather *g = opaque; in gfs2_dirent_gather() local 496 g->pdent[g->offset++] = dent; in gfs2_dirent_gather() 1385 struct dirent_gather g; in gfs2_dir_read_leaf() local 1422 g.pdent = (const struct gfs2_dirent **)darr; in gfs2_dir_read_leaf() 1423 g.offset = 0; in gfs2_dir_read_leaf() 1433 offset = g.offset; in gfs2_dir_read_leaf() 1436 gfs2_dirent_gather, NULL, &g); in gfs2_dir_read_leaf() 1440 if (entries2 != g.offset) { in gfs2_dir_read_leaf() 1445 entries2, g.offset); in gfs2_dir_read_leaf() 1577 struct dirent_gather g; in gfs2_dir_read() local [all …]
|
/fs/xfs/ |
D | xfs_quota.h | 131 #define xfs_qm_vop_create_dqattach(tp, ip, u, g, p) argument 134 #define xfs_qm_vop_chown_reserve(tp, ip, u, g, p, fl) (0) argument
|
/fs/ext4/ |
D | ialloc.c | 379 static void get_orlov_stats(struct super_block *sb, ext4_group_t g, in get_orlov_stats() argument 386 s_flex_groups, g); in get_orlov_stats() 393 desc = ext4_get_group_desc(sb, g, NULL); in get_orlov_stats() 439 ext4_group_t i, grp, g, ngroups; in find_group_orlov() local 475 g = (parent_group + i) % ngroups; in find_group_orlov() 476 get_orlov_stats(sb, g, flex_size, &stats); in find_group_orlov() 485 grp = g; in find_group_orlov()
|
D | super.c | 5137 ext4_group_t g; in ext4_remount() local 5286 for (g = 0; g < sbi->s_groups_count; g++) { in ext4_remount() 5288 ext4_get_group_desc(sb, g, NULL); in ext4_remount() 5290 if (!ext4_group_desc_csum_verify(sb, g, gdp)) { in ext4_remount() 5293 g, le16_to_cpu(ext4_group_desc_csum(sb, g, gdp)), in ext4_remount()
|
/fs/coda/ |
D | Kconfig | 9 disconnected operation (e.g. for laptops), read/write server
|
/fs/cramfs/ |
D | README | 5 a bit looser, e.g. it doesn't care if the <file_data> items are 147 e.g. get readpage to decompress to a buffer of size MAX_BLKSIZE (which
|
/fs/configfs/ |
D | dir.c | 745 struct config_group *g, *n; in configfs_remove_default_groups() local 747 list_for_each_entry_safe(g, n, &group->default_groups, group_entry) { in configfs_remove_default_groups() 748 list_del(&g->group_entry); in configfs_remove_default_groups() 749 config_item_put(&g->cg_item); in configfs_remove_default_groups()
|
/fs/pstore/ |
D | Kconfig | 11 (e.g. ACPI_APEI on X86) which will select this for you.
|
/fs/nfsd/ |
D | export.c | 1130 static bool secinfo_flags_equal(int f, int g) in secinfo_flags_equal() argument 1133 g &= NFSEXP_SECINFO_FLAGS; in secinfo_flags_equal() 1134 return f == g; in secinfo_flags_equal()
|
/fs/ncpfs/ |
D | Kconfig | 94 systems, e.g. Windows 95. See also NLS for more Information.
|
/fs/squashfs/ |
D | Kconfig | 196 performance for some file access patterns (e.g. sequential
|
/fs/cifs/ |
D | Kconfig | 25 NAS appliances (e.g. Samba, Windows 8, Windows 2012, MacOS).
|
/fs/affs/ |
D | Changes | 265 them (e. g. the loopback device does this).
|
/fs/ceph/ |
D | addr.c | 171 static int ceph_releasepage(struct page *page, gfp_t g) in ceph_releasepage() argument 177 if (!ceph_release_fscache_page(page, g)) in ceph_releasepage()
|
/fs/nls/ |
D | Kconfig | 9 depend on it (e.g. FAT, JOLIET, NT, BEOS filesystems), as well
|