/fs/qnx4/ |
D | bitmap.c | 94 const char *g; in qnx4_is_free() local 105 g = bh->b_data + (block % QNX4_BLOCK_SIZE); in qnx4_is_free() 106 if (((*g) & (1 << (block % 8))) == 0) { in qnx4_is_free() 123 char *g; in qnx4_set_bitmap() local 133 g = bh->b_data + (block % QNX4_BLOCK_SIZE); in qnx4_set_bitmap() 135 (*g) &= ~(1 << (block % 8)); in qnx4_set_bitmap() 137 (*g) |= (1 << (block % 8)); in qnx4_set_bitmap()
|
/fs/ |
D | ioprio.c | 79 struct task_struct *p, *g; in SYSCALL_DEFINE3() local 140 do_each_thread(g, p) { in SYSCALL_DEFINE3() 146 } while_each_thread(g, p); in SYSCALL_DEFINE3() 193 struct task_struct *g, *p; in SYSCALL_DEFINE2() local 233 do_each_thread(g, p) { in SYSCALL_DEFINE2() 243 } while_each_thread(g, p); in SYSCALL_DEFINE2()
|
D | exec.c | 1547 struct task_struct *g, *p; in zap_threads() local 1594 for_each_process(g) { in zap_threads() 1595 if (g == tsk->group_leader) in zap_threads() 1597 if (g->flags & PF_KTHREAD) in zap_threads() 1599 p = g; in zap_threads() 1609 } while_each_thread(g, p); in zap_threads()
|
D | namespace.c | 2128 struct task_struct *g, *p; in chroot_fs_refs() local 2132 do_each_thread(g, p) { in chroot_fs_refs() 2147 } while_each_thread(g, p); in chroot_fs_refs()
|
/fs/dlm/ |
D | config.c | 405 static struct config_group *make_cluster(struct config_group *g, in make_cluster() argument 454 static void drop_cluster(struct config_group *g, struct config_item *i) in drop_cluster() argument 479 static struct config_group *make_space(struct config_group *g, const char *name) in make_space() argument 511 static void drop_space(struct config_group *g, struct config_item *i) in drop_space() argument 535 static struct config_item *make_comm(struct config_group *g, const char *name) in make_comm() argument 550 static void drop_comm(struct config_group *g, struct config_item *i) in drop_comm() argument 567 static struct config_item *make_node(struct config_group *g, const char *name) in make_node() argument 569 struct dlm_space *sp = config_item_to_space(g->cg_item.ci_parent); in make_node() 589 static void drop_node(struct config_group *g, struct config_item *i) in drop_node() argument 591 struct dlm_space *sp = config_item_to_space(g->cg_item.ci_parent); in drop_node()
|
/fs/proc/ |
D | array.c | 160 int g; in task_state() local 202 for (g = 0; g < min(group_info->ngroups, NGROUPS_SMALL); g++) in task_state() 203 seq_printf(m, "%d ", GROUP_AT(group_info, g)); in task_state()
|
/fs/cifs/ |
D | README | 21 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 …]
|
D | TODO | 16 c) Better pam/winbind integration (e.g. to handle uid mapping 29 g) quota support (needs minor kernel change since quota calls
|
D | CHANGES | 48 files (e.g. "cp -a") to Windows servers. For mkdir and create honor setgid bit 63 storing of mode (e.g. Windows servers, when client mounts without cifsacl 84 Fix memory leak in statfs when mounted to very old servers (e.g. 87 (e.g. delete for open files opened with posix open). Take into 91 connect fails (e.g. due to signing negotiation failure) fix 251 Fix tcp socket retransmission timeouts (e.g. on ENOSPACE from the socket) 736 Fix truncate bug (set file size) that could cause hangs e.g. running fsx 938 it. Fixed a few bugs in the DFS code (e.g. bcc two bytes too short and incorrect uid in PDU).
|
/fs/gfs2/ |
D | dir.c | 411 struct dirent_gather *g = opaque; in gfs2_dirent_gather() local 413 g->pdent[g->offset++] = dent; in gfs2_dirent_gather() 1271 struct dirent_gather g; in gfs2_dir_read_leaf() local 1304 g.pdent = darr; in gfs2_dir_read_leaf() 1305 g.offset = 0; in gfs2_dir_read_leaf() 1317 gfs2_dirent_gather, NULL, &g); in gfs2_dir_read_leaf() 1321 if (entries2 != g.offset) { in gfs2_dir_read_leaf() 1326 entries2, g.offset); in gfs2_dir_read_leaf() 1423 struct dirent_gather g; in gfs2_dir_read() local 1448 g.pdent = darr; in gfs2_dir_read() [all …]
|
/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/ext4/ |
D | super.c | 3128 ext4_group_t g; in ext4_remount() local 3223 for (g = 0; g < sbi->s_groups_count; g++) { in ext4_remount() 3225 ext4_get_group_desc(sb, g, NULL); in ext4_remount() 3227 if (!ext4_group_desc_csum_verify(sbi, g, gdp)) { in ext4_remount() 3231 g, le16_to_cpu(ext4_group_desc_csum(sbi, g, gdp)), in ext4_remount()
|
/fs/ncpfs/ |
D | Kconfig | 94 systems, e.g. Windows 95. See also NLS for more Information.
|
/fs/affs/ |
D | Changes | 265 them (e. g. the loopback device does this).
|
/fs/nls/ |
D | Kconfig | 9 depend on it (e.g. FAT, JOLIET, NT, BEOS filesystems), as well
|