Home
last modified time | relevance | path

Searched refs:g (Results 1 – 22 of 22) sorted by relevance

/fs/
Dioprio.c65 struct task_struct *p, *g; in SYSCALL_DEFINE3() local
121 do_each_thread(g, p) { in SYSCALL_DEFINE3()
127 } while_each_thread(g, p); in SYSCALL_DEFINE3()
174 struct task_struct *g, *p; in SYSCALL_DEFINE2() local
214 do_each_thread(g, p) { in SYSCALL_DEFINE2()
224 } while_each_thread(g, p); in SYSCALL_DEFINE2()
Dfs_struct.c58 struct task_struct *g, *p; in chroot_fs_refs() local
63 do_each_thread(g, p) { in chroot_fs_refs()
80 } while_each_thread(g, p); in chroot_fs_refs()
Dexec.c1889 struct task_struct *g, *p; in zap_threads() local
1935 for_each_process(g) { in zap_threads()
1936 if (g == tsk->group_leader) in zap_threads()
1938 if (g->flags & PF_KTHREAD) in zap_threads()
1940 p = g; in zap_threads()
1950 } while_each_thread(g, p); in zap_threads()
/fs/dlm/
Dconfig.c453 static struct config_group *make_cluster(struct config_group *g, in make_cluster() argument
506 static void drop_cluster(struct config_group *g, struct config_item *i) in drop_cluster() argument
531 static struct config_group *make_space(struct config_group *g, const char *name) in make_space() argument
563 static void drop_space(struct config_group *g, struct config_item *i) in drop_space() argument
587 static struct config_item *make_comm(struct config_group *g, const char *name) in make_comm() argument
607 static void drop_comm(struct config_group *g, struct config_item *i) in drop_comm() argument
624 static struct config_item *make_node(struct config_group *g, const char *name) in make_node() argument
626 struct dlm_space *sp = config_item_to_space(g->cg_item.ci_parent); in make_node()
646 static void drop_node(struct config_group *g, struct config_item *i) in drop_node() argument
648 struct dlm_space *sp = config_item_to_space(g->cg_item.ci_parent); in drop_node()
/fs/gfs2/
Ddir.c460 struct dirent_gather *g = opaque; in gfs2_dirent_gather() local
462 g->pdent[g->offset++] = dent; in gfs2_dirent_gather()
1303 struct dirent_gather g; in gfs2_dir_read_leaf() local
1336 g.pdent = darr; in gfs2_dir_read_leaf()
1337 g.offset = 0; in gfs2_dir_read_leaf()
1349 gfs2_dirent_gather, NULL, &g); in gfs2_dir_read_leaf()
1353 if (entries2 != g.offset) { in gfs2_dir_read_leaf()
1358 entries2, g.offset); in gfs2_dir_read_leaf()
1482 struct dirent_gather g; in gfs2_dir_read() local
1507 g.pdent = darr; in gfs2_dir_read()
[all …]
/fs/cifs/
DREADME21 1) Get the kernel source (e.g.from http://www.kernel.org)
25 then patch the kernel (e.g. "patch -p1 < cifs_24.patch")
27 it has not already been added (e.g. current SuSE and UL
31 the cifs download to your kernel build directory e.g.
42 1) Download the kernel (e.g. from http://www.kernel.org)
44 (e.g. /usr/src/linux-2.5.73)
55 the modules directory e.g. /lib/modules/2.4.10-4GB/kernel/fs/cifs/cifs.o).
66 users who are used to Windows e.g.
71 trivially built from Samba 3.0 or later source e.g. by executing:
86 utility as suid (e.g. "chmod +s /sbin/mount.cifs). To enable users to
[all …]
DTODO16 c) Better pam/winbind integration (e.g. to handle uid mapping
29 g) quota support (needs minor kernel change since quota calls
DCHANGES12 partially supports them (e.g. for one server querying inode numbers on
15 for OpenOffice when on forcedirectio mount e.g.)
112 files (e.g. "cp -a") to Windows servers. For mkdir and create honor setgid bit
127 storing of mode (e.g. Windows servers, when client mounts without cifsacl
148 Fix memory leak in statfs when mounted to very old servers (e.g.
151 (e.g. delete for open files opened with posix open). Take into
155 connect fails (e.g. due to signing negotiation failure) fix
315 Fix tcp socket retransmission timeouts (e.g. on ENOSPACE from the socket)
800 Fix truncate bug (set file size) that could cause hangs e.g. running fsx
1002 it. Fixed a few bugs in the DFS code (e.g. bcc two bytes too short and incorrect uid in PDU).
/fs/ext4/
Dialloc.c318 static void get_orlov_stats(struct super_block *sb, ext4_group_t g, in get_orlov_stats() argument
325 stats->free_inodes = atomic_read(&flex_group[g].free_inodes); in get_orlov_stats()
326 stats->free_clusters = atomic64_read(&flex_group[g].free_clusters); in get_orlov_stats()
327 stats->used_dirs = atomic_read(&flex_group[g].used_dirs); in get_orlov_stats()
331 desc = ext4_get_group_desc(sb, g, NULL); in get_orlov_stats()
377 ext4_group_t i, grp, g, ngroups; in find_group_orlov() local
413 g = (parent_group + i) % ngroups; in find_group_orlov()
414 get_orlov_stats(sb, g, flex_size, &stats); in find_group_orlov()
423 grp = g; in find_group_orlov()
Dsuper.c4366 ext4_group_t g; in ext4_remount() local
4466 for (g = 0; g < sbi->s_groups_count; g++) { in ext4_remount()
4468 ext4_get_group_desc(sb, g, NULL); in ext4_remount()
4470 if (!ext4_group_desc_csum_verify(sbi, g, gdp)) { in ext4_remount()
4473 g, le16_to_cpu(ext4_group_desc_csum(sbi, g, gdp)), in ext4_remount()
/fs/proc/
Darray.c165 int g; in task_state() local
207 for (g = 0; g < min(group_info->ngroups, NGROUPS_SMALL); g++) in task_state()
208 seq_printf(m, "%d ", GROUP_AT(group_info, g)); in task_state()
/fs/pstore/
DKconfig11 (e.g. ACPI_APEI on X86) which will select this for you.
/fs/xfs/
Dxfs_quota.h358 #define xfs_qm_vop_create_dqattach(tp, ip, u, g) argument
361 #define xfs_qm_vop_chown_reserve(tp, ip, u, g, fl) (0) argument
/fs/coda/
DKconfig9 disconnected operation (e.g. for laptops), read/write server
/fs/cramfs/
DREADME5 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/nfsd/
Dexport.c1128 static bool secinfo_flags_equal(int f, int g) in secinfo_flags_equal() argument
1131 g &= NFSEXP_SECINFO_FLAGS; in secinfo_flags_equal()
1132 return f == g; in secinfo_flags_equal()
/fs/ncpfs/
DKconfig94 systems, e.g. Windows 95. See also NLS for more Information.
/fs/squashfs/
DKconfig95 performance for some file access patterns (e.g. sequential
/fs/affs/
DChanges265 them (e. g. the loopback device does this).
/fs/logfs/
Dsegment.c892 static int map_releasepage(struct page *page, gfp_t g) in map_releasepage() argument
/fs/ceph/
Daddr.c184 static int ceph_releasepage(struct page *page, gfp_t g) in ceph_releasepage() argument
/fs/nls/
DKconfig9 depend on it (e.g. FAT, JOLIET, NT, BEOS filesystems), as well