/fs/smbfs/ |
D | Kconfig | 8 files and printers over local networks. Saying Y here allows you to 33 need to specify the local charset (CONFIG_NLS_DEFAULT) in the nls 49 translations will be done by default. The local codepage/charset
|
/fs/nfsd/ |
D | Kconfig | 17 To export local file systems using NFS, you also need to install 52 servers. NFS servers enforce POSIX ACLs on local files whether 62 related CONFIG options for your local file systems of choice.
|
D | nfs4state.c | 1516 struct nfs4_stateid *local; in nfs4_check_open() local 1520 list_for_each_entry(local, &fp->fi_stateids, st_perfile) { in nfs4_check_open() 1522 if (local->st_stateowner->so_is_open_owner == 0) in nfs4_check_open() 1525 if (local->st_stateowner == sop) in nfs4_check_open() 1526 *stpp = local; in nfs4_check_open() 1528 if (!test_share(local, open)) in nfs4_check_open() 1926 struct nfs4_stateowner *local = NULL; in search_close_lru() local 1929 list_for_each_entry(local, &close_lru, so_close_lru) { in search_close_lru() 1930 if (local->so_id == st_id) in search_close_lru() 1931 return local; in search_close_lru() [all …]
|
/fs/dlm/ |
D | Kconfig | 17 list of resource and locks the local node knows about.
|
D | config.c | 281 int local; member 545 cm->local = 0; in make_comm() 686 return sprintf(buf, "%d\n", cm->local); in comm_local_read() 692 cm->local= simple_strtol(buf, NULL, 0); in comm_local_write() 693 if (cm->local && !local_comm) in comm_local_write()
|
/fs/nfs/ |
D | Kconfig | 50 ACLs on local files whether this protocol is available or not. 83 without local permanent storage. For details, read
|
/fs/autofs4/ |
D | Kconfig | 19 local network, you probably do not need an automounter, and can say
|
/fs/gfs2/ |
D | Kconfig | 11 and writes to the block device like a local filesystem, but also uses
|
/fs/cifs/ |
D | README | 182 that is ignored by local server applications and non-cifs clients and that will 186 be invisbile to Windows clients and typically will not affect local 211 running an altered binary on your local system (downloaded from a hostile server 302 iocharset Codepage used to convert local path names to and from 306 during the local client kernel build will be used. 367 files on this mount to access by other users on the local 395 the local process on newly created files, directories, and 421 (writebehind) through the local Linux client pagecache 510 could grant fcntl leases if no other local processes are using 707 create cifs.spnego * * /usr/local/sbin/cifs.upcall %k [all …]
|
D | CHANGES | 134 Fix mtime bouncing around from local idea of last write times to remote time. 428 using uid of the client processes you would in a local filesystem). 580 Invalidate local inode cached pages on oplock break and when last file 581 instance is closed so that the client does not continue using stale local 677 we will choose a cifs user session (smb uid) that better matches the local 680 matches the current local uid. 771 reflected in the local inode immediately. Cleanup of whitespace
|
/fs/xfs/ |
D | xfs_attr_leaf.h | 264 int *local);
|
D | xfs_attr.c | 205 int *local) in xfs_attr_calc_size() argument 216 mp->m_sb.sb_blocksize, local); in xfs_attr_calc_size() 219 if (*local) { in xfs_attr_calc_size() 247 int local; in xfs_attr_set_int() local 284 args.total = xfs_attr_calc_size(dp, name->len, valuelen, &local); in xfs_attr_set_int()
|
D | xfs_attr_leaf.c | 2296 xfs_attr_leaf_newentsize(int namelen, int valuelen, int blocksize, int *local) in xfs_attr_leaf_newentsize() argument 2302 if (local) { in xfs_attr_leaf_newentsize() 2303 *local = 1; in xfs_attr_leaf_newentsize() 2307 if (local) { in xfs_attr_leaf_newentsize() 2308 *local = 0; in xfs_attr_leaf_newentsize()
|
/fs/ocfs2/ |
D | ocfs2_fs.h | 921 int local) in ocfs2_xattr_set_local() argument 923 if (local) in ocfs2_xattr_set_local()
|
D | journal.h | 164 int ocfs2_journal_load(struct ocfs2_journal *journal, int local,
|
D | dlmglue.c | 1395 int local) in ocfs2_create_new_lock() argument 1399 u32 lkm_flags = local ? DLM_LKF_LOCAL : 0; in ocfs2_create_new_lock() 2163 goto local; in ocfs2_inode_lock_full() 2191 local: in ocfs2_inode_lock_full() 2760 goto local; in ocfs2_dlm_init() 2798 local: in ocfs2_dlm_init()
|
D | xattr.c | 4523 int local) in ocfs2_xattr_set_entry_normal() argument 4559 if (local) in ocfs2_xattr_set_entry_normal() 4573 ocfs2_xattr_set_local(xe, local); in ocfs2_xattr_set_entry_normal() 4651 ocfs2_xattr_set_local(xe, local); in ocfs2_xattr_set_entry_normal() 4669 int local) in ocfs2_xattr_set_entry_in_bucket() argument 4695 ocfs2_xattr_set_entry_normal(inode, xi, xs, name_hash, local); in ocfs2_xattr_set_entry_in_bucket() 4957 int ret, local = 1; in ocfs2_xattr_set_in_bucket() local 4999 local = 0; in ocfs2_xattr_set_in_bucket() 5005 name_hash, local); in ocfs2_xattr_set_in_bucket()
|
D | super.c | 2063 int local; in ocfs2_check_volume() local 2091 local = ocfs2_mount_local(osb); in ocfs2_check_volume() 2094 status = ocfs2_journal_load(osb->journal, local, dirty); in ocfs2_check_volume()
|
D | journal.c | 900 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed) in ocfs2_journal_load() argument 926 if (!local) { in ocfs2_journal_load()
|
/fs/ocfs2/dlm/ |
D | dlmrecovery.c | 2094 static inline int dlm_lvb_needs_invalidation(struct dlm_lock *lock, int local) in dlm_lvb_needs_invalidation() argument 2096 if (local) { in dlm_lvb_needs_invalidation() 2110 int blank_lvb = 0, local = 0; in dlm_revalidate_lvb() local 2125 local = 1; /* check local state for valid lvb */ in dlm_revalidate_lvb() 2132 if (dlm_lvb_needs_invalidation(lock, local)) { in dlm_revalidate_lvb()
|
/fs/ntfs/ |
D | ChangeLog | 949 - Reduce function local stack usage from 0x3d4 bytes to just noise in
|