Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 92) sorted by relevance

1234

/fs/proc/
Dproc_sysctl.c77 .set = &sysctl_table_root.default_set,
185 struct ctl_table_root *root, struct ctl_table_set *set, in init_header() argument
195 head->set = set; in init_header()
326 struct ctl_table_set *set = &root->default_set; in lookup_header_set() local
328 set = root->lookup(root); in lookup_header_set()
329 return set; in lookup_header_set()
893 struct ctl_table_set *set = p->set; in sysctl_is_seen() local
898 else if (!set->is_seen) in sysctl_is_seen()
901 res = set->is_seen(set); in sysctl_is_seen()
946 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir() argument
[all …]
Darray.c220 sigset_t *set) in render_sigset_t() argument
231 if (sigismember(set, i+1)) x |= 1; in render_sigset_t()
232 if (sigismember(set, i+2)) x |= 2; in render_sigset_t()
233 if (sigismember(set, i+3)) x |= 4; in render_sigset_t()
234 if (sigismember(set, i+4)) x |= 8; in render_sigset_t()
/fs/btrfs/
Dsysfs.c113 enum btrfs_feature_set set) in get_features() argument
116 if (set == FEAT_COMPAT) in get_features()
118 else if (set == FEAT_COMPAT_RO) in get_features()
125 enum btrfs_feature_set set, u64 features) in set_features() argument
128 if (set == FEAT_COMPAT) in set_features()
130 else if (set == FEAT_COMPAT_RO) in set_features()
139 u64 set, clear; in can_modify_feature() local
142 set = BTRFS_FEATURE_COMPAT_SAFE_SET; in can_modify_feature()
146 set = BTRFS_FEATURE_COMPAT_RO_SAFE_SET; in can_modify_feature()
150 set = BTRFS_FEATURE_INCOMPAT_SAFE_SET; in can_modify_feature()
[all …]
Dsysfs.h15 char *btrfs_printable_features(enum btrfs_feature_set set, u64 flags);
16 const char *btrfs_feature_set_name(enum btrfs_feature_set set);
23 u64 bit, enum btrfs_feature_set set);
Dxattr.c437 .set = btrfs_xattr_handler_set,
443 .set = btrfs_xattr_handler_set,
449 .set = btrfs_xattr_handler_set,
455 .set = btrfs_xattr_handler_set_prop,
/fs/ocfs2/
Dexport.c40 int status, set; in ocfs2_get_dentry() local
68 status = ocfs2_test_inode_bit(osb, blkno, &set); in ocfs2_get_dentry()
82 trace_ocfs2_get_dentry_test_bit(status, set); in ocfs2_get_dentry()
84 if (!set) { in ocfs2_get_dentry()
135 int set; in ocfs2_get_parent() local
161 status = ocfs2_test_inode_bit(OCFS2_SB(dir->i_sb), blkno, &set); in ocfs2_get_parent()
171 trace_ocfs2_get_dentry_test_bit(status, set); in ocfs2_get_parent()
172 if (!set) { in ocfs2_get_parent()
/fs/
Dfile.c57 unsigned int cpy, set; in copy_fd_bitmaps() local
60 set = (nfdt->max_fds - count) / BITS_PER_BYTE; in copy_fd_bitmaps()
62 memset((char *)nfdt->open_fds + cpy, 0, set); in copy_fd_bitmaps()
64 memset((char *)nfdt->close_on_exec + cpy, 0, set); in copy_fd_bitmaps()
67 set = BITBIT_SIZE(nfdt->max_fds) - cpy; in copy_fd_bitmaps()
69 memset((char *)nfdt->full_fds_bits + cpy, 0, set); in copy_fd_bitmaps()
78 size_t cpy, set; in copy_fdtable() local
83 set = (nfdt->max_fds - ofdt->max_fds) * sizeof(struct file *); in copy_fdtable()
85 memset((char *)nfdt->fd + cpy, 0, set); in copy_fdtable()
423 unsigned long set; in close_files() local
[all …]
Dselect.c422 unsigned long set; in max_select_fd() local
427 set = ~(~0UL << (n & (BITS_PER_LONG-1))); in max_select_fd()
432 if (set) { in max_select_fd()
433 set &= BITS(fds, n); in max_select_fd()
434 if (set) { in max_select_fd()
435 if (!(set & ~*open_fds)) in max_select_fd()
443 set = BITS(fds, n); in max_select_fd()
444 if (!set) in max_select_fd()
446 if (set & ~*open_fds) in max_select_fd()
453 set >>= 1; in max_select_fd()
[all …]
/fs/cifs/
Dxattr.c457 .set = cifs_xattr_set,
465 .set = cifs_xattr_set,
472 .set = cifs_xattr_set,
485 .set = cifs_xattr_set,
492 .set = cifs_xattr_set,
505 .set = cifs_xattr_set,
512 .set = cifs_xattr_set,
525 .set = cifs_xattr_set,
533 .set = cifs_xattr_set,
540 .set = cifs_xattr_set,
/fs/afs/
Daddr_list.c356 unsigned long set, failed; in afs_iterate_addresses() local
362 set = ac->alist->responded; in afs_iterate_addresses()
364 _enter("%lx-%lx-%lx,%d", set, failed, ac->tried, ac->index); in afs_iterate_addresses()
368 set &= ~(failed | ac->tried); in afs_iterate_addresses()
370 if (!set) in afs_iterate_addresses()
374 if (test_bit(index, &set)) in afs_iterate_addresses()
377 index = __ffs(set); in afs_iterate_addresses()
/fs/efivarfs/
Dfile.c24 bool set = false; in efivarfs_file_write() local
40 data, &set); in efivarfs_file_write()
41 if (!set && bytes) { in efivarfs_file_write()
/fs/9p/
Dxattr.c174 .set = v9fs_xattr_handler_set,
180 .set = v9fs_xattr_handler_set,
187 .set = v9fs_xattr_handler_set,
/fs/xfs/
Dxfs_xattr.c69 .set = xfs_xattr_set,
76 .set = xfs_xattr_set,
83 .set = xfs_xattr_set,
/fs/fat/
DKconfig83 This option should be set to the codepage of your FAT filesystems.
92 Set this to the default input/output character set you'd
93 like FAT to use. It should probably match the character set
97 If unsure, you shouldn't set "utf8" here - select the next option
109 Set this if you would like to have "utf8" mount option set
/fs/f2fs/
Dnode.c241 nid_t set = NAT_BLOCK_OFFSET(ne->ni.nid); in __grab_nat_entry_set() local
244 head = radix_tree_lookup(&nm_i->nat_set_root, set); in __grab_nat_entry_set()
251 head->set = set; in __grab_nat_entry_set()
253 f2fs_radix_tree_insert(&nm_i->nat_set_root, set, head); in __grab_nat_entry_set()
294 struct nat_entry_set *set, struct nat_entry *ne) in __clear_nat_cache_dirty() argument
301 set->entry_cnt--; in __clear_nat_cache_dirty()
2248 bool set, bool build) in update_free_nid_bitmap() argument
2257 if (set) { in update_free_nid_bitmap()
2987 struct nat_entry_set *set, struct cp_control *cpc) in __flush_nat_entry_set() argument
2991 nid_t start_nid = set->set * NAT_ENTRY_PER_BLOCK; in __flush_nat_entry_set()
[all …]
Dnode.h94 unsigned int type, bool set) in set_nat_flag() argument
96 if (set) in set_nat_flag()
157 nid_t set; /* set number*/ member
/fs/hfs/
Dattr.c139 .set = hfs_xattr_set,
146 .set = hfs_xattr_set,
/fs/fuse/
Dxattr.c272 .set = fuse_xattr_set,
292 .set = no_xattr_set,
300 .set = no_xattr_set,
/fs/nls/
DKconfig287 character set.
296 character set, which works for most Latin-written Slavic and Central
326 set, which covers most West European languages such as Albanian,
338 set, which works for most Latin-written Slavic and Central European
349 set, which is popular with authors of Esperanto, Galician, Maltese,
359 set which introduces letters for Estonian, Latvian, and
369 character set with which you can type Bulgarian, Belarusian,
380 character set.
389 Greek character set.
398 set, and it replaces the rarely needed Icelandic letters in Latin 1
[all …]
/fs/overlayfs/
Doverlayfs.h439 bool set);
453 struct dentry *origin, bool set) in ovl_verify_origin() argument
456 false, set); in ovl_verify_origin()
460 struct dentry *upper, bool set) in ovl_verify_upper() argument
462 return ovl_verify_set_fh(ofs, index, OVL_XATTR_UPPER, upper, true, set); in ovl_verify_upper()
/fs/ufs/
DKconfig23 NeXT character set to the Latin1 character set; use the program
/fs/omfs/
Dbitmap.c49 int nbits, int bit, int count, int set) in set_run()
73 if (set) { in set_run()
/fs/kernfs/
Dinode.c426 .set = kernfs_vfs_xattr_set,
432 .set = kernfs_vfs_xattr_set,
438 .set = kernfs_vfs_user_xattr_set,
/fs/cramfs/
DREADME52 When the CRAMFS_FLAG_EXT_BLOCK_POINTERS capability bit is set, each
75 corresponding CRAMFS_BLK_FLAG_UNCOMPRESSED <block_ptr> bit is not set,
87 If CRAMFS_BLK_FLAG_DIRECT_PTR is set and CRAMFS_BLK_FLAG_UNCOMPRESSED
88 is not set then the first 2 bytes of the block contains the size of the
/fs/jffs2/
Dxattr_user.c39 .set = jffs2_user_setxattr,

1234