/fs/ |
D | select.c | 322 unsigned long set; in max_select_fd() local 327 set = ~(~0UL << (n & (__NFDBITS-1))); in max_select_fd() 332 if (set) { in max_select_fd() 333 set &= BITS(fds, n); in max_select_fd() 334 if (set) { in max_select_fd() 335 if (!(set & ~*open_fds)) in max_select_fd() 343 set = BITS(fds, n); in max_select_fd() 344 if (!set) in max_select_fd() 346 if (set & ~*open_fds) in max_select_fd() 353 set >>= 1; in max_select_fd() [all …]
|
D | file.c | 122 unsigned int cpy, set; in copy_fdtable() local 127 set = (nfdt->max_fds - ofdt->max_fds) * sizeof(struct file *); in copy_fdtable() 129 memset((char *)(nfdt->fd) + cpy, 0, set); in copy_fdtable() 132 set = (nfdt->max_fds - ofdt->max_fds) / BITS_PER_BYTE; in copy_fdtable() 134 memset((char *)(nfdt->open_fds) + cpy, 0, set); in copy_fdtable() 136 memset((char *)(nfdt->close_on_exec) + cpy, 0, set); in copy_fdtable()
|
D | libfs.c | 627 int (*set)(void *, u64); member 638 int (*get)(void *, u64 *), int (*set)(void *, u64), in simple_attr_open() 648 attr->set = set; in simple_attr_open() 709 if (!attr->set) in simple_attr_write() 724 attr->set(attr->data, val); in simple_attr_write()
|
/fs/xfs/linux-2.6/ |
D | xfs_xattr.c | 84 .set = xfs_xattr_system_set, 152 .set = xfs_xattr_user_set, 173 .set = xfs_xattr_trusted_set, 194 .set = xfs_xattr_secure_set,
|
/fs/proc/ |
D | array.c | 210 sigset_t *set) in render_sigset_t() argument 221 if (sigismember(set, i+1)) x |= 1; in render_sigset_t() 222 if (sigismember(set, i+2)) x |= 2; in render_sigset_t() 223 if (sigismember(set, i+3)) x |= 4; in render_sigset_t() 224 if (sigismember(set, i+4)) x |= 8; in render_sigset_t()
|
/fs/nls/ |
D | Kconfig | 286 character set. 295 character set, which works for most Latin-written Slavic and Central 325 set, which covers most West European languages such as Albanian, 337 set, which works for most Latin-written Slavic and Central European 348 set, which is popular with authors of Esperanto, Galician, Maltese, 358 set which introduces letters for Estonian, Latvian, and 368 character set with which you can type Bulgarian, Belarusian, 379 character set. 388 Greek character set. 397 set, and it replaces the rarely needed Icelandic letters in Latin 1 [all …]
|
/fs/fat/ |
D | Kconfig | 82 This option should be set to the codepage of your FAT filesystems. 91 Set this to the default input/output character set you'd 92 like FAT to use. It should probably match the character set 96 If unsure, you shouldn't set "utf8" here.
|
/fs/ufs/ |
D | Kconfig | 22 NeXT character set to the Latin1 character set; use the program
|
/fs/nfs/ |
D | dir.c | 1823 static void nfs_access_add_rbtree(struct inode *inode, struct nfs_access_entry *set) in nfs_access_add_rbtree() argument 1836 if (set->cred < entry->cred) in nfs_access_add_rbtree() 1838 else if (set->cred > entry->cred) in nfs_access_add_rbtree() 1843 rb_link_node(&set->rb_node, parent, p); in nfs_access_add_rbtree() 1844 rb_insert_color(&set->rb_node, root_node); in nfs_access_add_rbtree() 1845 list_add_tail(&set->lru, &nfsi->access_cache_entry_lru); in nfs_access_add_rbtree() 1849 rb_replace_node(parent, &set->rb_node, root_node); in nfs_access_add_rbtree() 1850 list_add_tail(&set->lru, &nfsi->access_cache_entry_lru); in nfs_access_add_rbtree() 1856 static void nfs_access_add_cache(struct inode *inode, struct nfs_access_entry *set) in nfs_access_add_cache() argument 1862 cache->jiffies = set->jiffies; in nfs_access_add_cache() [all …]
|
/fs/cifs/ |
D | README | 156 The CIFS client can get and set POSIX ACLs (getfacl, setfacl) to Samba servers 243 Linux allows a slightly wider set of valid characters in filenames. Windows 319 set from a minimum of 2048 to a maximum of 130048 (127K or 394 the client will attempt to set the effective uid and gid of 402 nosetuids The client will not attempt to set the uid and gid on 407 the client) set the uid and gid is the default. If the CIFS 432 nouser_xattr Do not allow getfattr/setfattr to get/set/list xattrs 554 MultiuserMount If set to one, more than one CIFS session to 559 PacketSigningEnabled If set to one, cifs packet signing is enabled 561 it. If set to two, cifs packet signing is [all …]
|
/fs/omfs/ |
D | bitmap.c | 48 int nbits, int bit, int count, int set) in set_run() 72 if (set) { in set_run()
|
/fs/ntfs/ |
D | ChangeLog | 98 with @is_extension set to TRUE and remove the runlist terminator 179 index entry is in the index root, we forgot to set the @ir pointer in 253 enable bit which is set appropriately and a per inode sparse disable 280 checked and set in the ntfs inode as done for compressed files and 354 PageUptodate is then set again. It then analyses the page looking 374 that Process 1 set PageUptodate() again and use the page. 383 - Fix bug in mft record writing where we forgot to set the device in 394 fs/ntfs/inode.c::ntfs_truncate() to set and clear it appropriately. 429 - Rewrite handling of multi sector transfer errors. We now do not set 491 now set the buffers belonging to the mft record dirty as well as the [all …]
|
/fs/jffs2/ |
D | xattr_trusted.c | 51 .set = jffs2_trusted_setxattr,
|
D | xattr_user.c | 51 .set = jffs2_user_setxattr,
|
D | security.c | 81 .set = jffs2_security_setxattr,
|
/fs/reiserfs/ |
D | xattr_security.c | 62 .set = security_set,
|
D | xattr_user.c | 63 .set = user_set,
|
D | xattr_trusted.c | 75 .set = trusted_set,
|
/fs/ext3/ |
D | xattr_trusted.c | 58 .set = ext3_xattr_trusted_set,
|
D | xattr_user.c | 60 .set = ext3_xattr_user_set,
|
/fs/ext4/ |
D | xattr_trusted.c | 58 .set = ext4_xattr_trusted_set,
|
D | xattr_user.c | 60 .set = ext4_xattr_user_set,
|
/fs/ext2/ |
D | xattr_trusted.c | 57 .set = ext2_xattr_trusted_set,
|
D | xattr_user.c | 60 .set = ext2_xattr_user_set,
|
/fs/btrfs/ |
D | acl.c | 325 .set = btrfs_xattr_acl_default_set, 331 .set = btrfs_xattr_acl_access_set,
|