/fs/proc/ |
D | proc_sysctl.c | 77 .set = &sysctl_table_root.default_set, 190 struct ctl_table_root *root, struct ctl_table_set *set, in init_header() argument 200 head->set = set; in init_header() 331 struct ctl_table_set *set = &root->default_set; in lookup_header_set() local 333 set = root->lookup(root); in lookup_header_set() 334 return set; in lookup_header_set() 895 struct ctl_table_set *set = p->set; in sysctl_is_seen() local 900 else if (!set->is_seen) in sysctl_is_seen() 903 res = set->is_seen(set); in sysctl_is_seen() 948 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir() argument [all …]
|
D | array.c | 229 sigset_t *set) in render_sigset_t() argument 240 if (sigismember(set, i+1)) x |= 1; in render_sigset_t() 241 if (sigismember(set, i+2)) x |= 2; in render_sigset_t() 242 if (sigismember(set, i+3)) x |= 4; in render_sigset_t() 243 if (sigismember(set, i+4)) x |= 8; in render_sigset_t()
|
/fs/btrfs/ |
D | sysfs.c | 93 enum btrfs_feature_set set) in get_features() argument 96 if (set == FEAT_COMPAT) in get_features() 98 else if (set == FEAT_COMPAT_RO) in get_features() 105 enum btrfs_feature_set set, u64 features) in set_features() argument 108 if (set == FEAT_COMPAT) in set_features() 110 else if (set == FEAT_COMPAT_RO) in set_features() 119 u64 set, clear; in can_modify_feature() local 122 set = BTRFS_FEATURE_COMPAT_SAFE_SET; in can_modify_feature() 126 set = BTRFS_FEATURE_COMPAT_RO_SAFE_SET; in can_modify_feature() 130 set = BTRFS_FEATURE_INCOMPAT_SAFE_SET; in can_modify_feature() [all …]
|
D | sysfs.h | 15 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);
|
D | xattr.c | 434 .set = btrfs_xattr_handler_set, 440 .set = btrfs_xattr_handler_set, 446 .set = btrfs_xattr_handler_set, 452 .set = btrfs_xattr_handler_set_prop,
|
/fs/ocfs2/ |
D | export.c | 42 int status, set; in ocfs2_get_dentry() local 70 status = ocfs2_test_inode_bit(osb, blkno, &set); in ocfs2_get_dentry() 84 trace_ocfs2_get_dentry_test_bit(status, set); in ocfs2_get_dentry() 86 if (!set) { in ocfs2_get_dentry() 137 int set; in ocfs2_get_parent() local 163 status = ocfs2_test_inode_bit(OCFS2_SB(dir->i_sb), blkno, &set); in ocfs2_get_parent() 173 trace_ocfs2_get_dentry_test_bit(status, set); in ocfs2_get_parent() 174 if (!set) { in ocfs2_get_parent()
|
/fs/ |
D | file.c | 57 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 …]
|
D | select.c | 422 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/ |
D | xattr.c | 441 .set = cifs_xattr_set, 449 .set = cifs_xattr_set, 456 .set = cifs_xattr_set, 469 .set = cifs_xattr_set, 476 .set = cifs_xattr_set, 489 .set = cifs_xattr_set, 496 .set = cifs_xattr_set, 503 .set = cifs_xattr_set,
|
/fs/afs/ |
D | addr_list.c | 356 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/9p/ |
D | xattr.c | 163 .set = v9fs_xattr_handler_set, 169 .set = v9fs_xattr_handler_set, 176 .set = v9fs_xattr_handler_set,
|
/fs/efivarfs/ |
D | file.c | 24 bool set = false; in efivarfs_file_write() local 40 data, &set); in efivarfs_file_write() 41 if (!set && bytes) { in efivarfs_file_write()
|
/fs/xfs/ |
D | xfs_xattr.c | 67 .set = xfs_xattr_set, 74 .set = xfs_xattr_set, 81 .set = xfs_xattr_set,
|
/fs/fat/ |
D | Kconfig | 83 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/ |
D | node.c | 240 nid_t set = NAT_BLOCK_OFFSET(ne->ni.nid); in __grab_nat_entry_set() local 243 head = radix_tree_lookup(&nm_i->nat_set_root, set); in __grab_nat_entry_set() 250 head->set = set; in __grab_nat_entry_set() 252 f2fs_radix_tree_insert(&nm_i->nat_set_root, set, head); in __grab_nat_entry_set() 293 struct nat_entry_set *set, struct nat_entry *ne) in __clear_nat_cache_dirty() argument 300 set->entry_cnt--; in __clear_nat_cache_dirty() 2254 bool set, bool build) in update_free_nid_bitmap() argument 2263 if (set) { in update_free_nid_bitmap() 2995 struct nat_entry_set *set, struct cp_control *cpc) in __flush_nat_entry_set() argument 2999 nid_t start_nid = set->set * NAT_ENTRY_PER_BLOCK; in __flush_nat_entry_set() [all …]
|
D | node.h | 94 unsigned int type, bool set) in set_nat_flag() argument 97 if (set) in set_nat_flag() 159 nid_t set; /* set number*/ member
|
/fs/hfs/ |
D | attr.c | 138 .set = hfs_xattr_set, 145 .set = hfs_xattr_set,
|
/fs/fuse/ |
D | xattr.c | 267 .set = fuse_xattr_set, 287 .set = no_xattr_set, 295 .set = no_xattr_set,
|
/fs/nls/ |
D | Kconfig | 287 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/ |
D | overlayfs.h | 410 bool set); 423 struct dentry *origin, bool set) in ovl_verify_origin() argument 426 false, set); in ovl_verify_origin() 430 struct dentry *upper, bool set) in ovl_verify_upper() argument 432 return ovl_verify_set_fh(ofs, index, OVL_XATTR_UPPER, upper, true, set); in ovl_verify_upper()
|
/fs/ufs/ |
D | Kconfig | 23 NeXT character set to the Latin1 character set; use the program
|
/fs/omfs/ |
D | bitmap.c | 49 int nbits, int bit, int count, int set) in set_run() 73 if (set) { in set_run()
|
/fs/kernfs/ |
D | inode.c | 428 .set = kernfs_vfs_xattr_set, 434 .set = kernfs_vfs_xattr_set, 440 .set = kernfs_vfs_user_xattr_set,
|
/fs/cramfs/ |
D | README | 52 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/ |
D | xattr_user.c | 39 .set = jffs2_user_setxattr,
|