| /fs/netfs/ |
| A D | Kconfig | 8 segmentation, local caching and transparent huge page support. 11 bool "Gather statistical information on local caching" 14 This option causes statistical information to be gathered on local 29 This permits debugging to be dynamically enabled in the local caching 34 bool "General filesystem local caching manager" 45 bool "Gather statistical information on local caching" 49 This option causes statistical information to be gathered on local
|
| /fs/ocfs2/dlm/ |
| A D | dlmdomain.c | 993 l = local; in dlm_match_regions() 1019 l = local; in dlm_match_regions() 1100 char *local = NULL; in dlm_query_region_handler() local 1110 if (!local) in dlm_query_region_handler() 1149 kfree(local); in dlm_query_region_handler() 1176 if (!local && !remote) in dlm_match_nodes() 1179 if ((local && !remote) || (!local && remote)) in dlm_match_nodes() 1189 if (remote && !local) in dlm_match_nodes() 1197 if (local && !remote) in dlm_match_nodes() 1201 local->nd_num, &(local->nd_ipv4_address), in dlm_match_nodes() [all …]
|
| A D | dlmrecovery.c | 2197 static inline int dlm_lvb_needs_invalidation(struct dlm_lock *lock, int local) in dlm_lvb_needs_invalidation() argument 2199 if (local) { in dlm_lvb_needs_invalidation() 2213 int blank_lvb = 0, local = 0; in dlm_revalidate_lvb() local 2228 local = 1; /* check local state for valid lvb */ in dlm_revalidate_lvb() 2235 if (dlm_lvb_needs_invalidation(lock, local)) { in dlm_revalidate_lvb()
|
| /fs/dlm/ |
| A D | config.c | 296 int local; member 532 cm->local = 0; in make_comm() 652 return sprintf(buf, "%d\n", config_item_to_comm(item)->local); in comm_local_show() 659 int rc = kstrtoint(buf, 0, &cm->local); in comm_local_store() 663 if (cm->local && !local_comm) in comm_local_store() 771 CONFIGFS_ATTR(comm_, local);
|
| A D | Kconfig | 16 list of resource and locks the local node knows about.
|
| A D | lock.c | 89 const struct dlm_message *ms, bool local); 1880 if (!local) in remove_from_waiters_ms() 1886 if (!local) in remove_from_waiters_ms() 3835 bool local) in receive_flags_reply() argument 3837 if (local) in receive_flags_reply() 4523 receive_flags_reply(lkb, ms, local); in __receive_convert_reply() 4530 receive_flags_reply(lkb, ms, local); in __receive_convert_reply() 4539 receive_flags_reply(lkb, ms, local); in __receive_convert_reply() 4573 __receive_convert_reply(r, lkb, ms, local); in _receive_convert_reply() 4615 receive_flags_reply(lkb, ms, local); in _receive_unlock_reply() [all …]
|
| /fs/xfs/libxfs/ |
| A D | xfs_attr.c | 301 int *local) in xfs_attr_calc_size() argument 311 size = xfs_attr_leaf_newentsize(args, local); in xfs_attr_calc_size() 313 if (*local) { in xfs_attr_calc_size() 1053 int error, local; in xfs_attr_set() local 1064 args->total = xfs_attr_calc_size(args, &local); in xfs_attr_set() 1080 if (!local) in xfs_attr_set()
|
| A D | xfs_attr_leaf.h | 99 int xfs_attr_leaf_newentsize(struct xfs_da_args *args, int *local);
|
| A D | xfs_attr.h | 567 int xfs_attr_calc_size(struct xfs_da_args *args, int *local);
|
| A D | xfs_attr_leaf.c | 2761 int *local) in xfs_attr_leaf_newentsize() argument 2767 if (local) in xfs_attr_leaf_newentsize() 2768 *local = 1; in xfs_attr_leaf_newentsize() 2771 if (local) in xfs_attr_leaf_newentsize() 2772 *local = 0; in xfs_attr_leaf_newentsize()
|
| /fs/nfsd/ |
| A D | Kconfig | 24 To export local file systems using NFS, you also need to install 60 servers. NFS servers enforce POSIX ACLs on local files whether 70 related CONFIG options for your local file systems of choice.
|
| /fs/autofs/ |
| A D | Kconfig | 19 local network, you probably do not need an automounter, and can say
|
| /fs/nfs/ |
| A D | pnfs.c | 70 struct pnfs_layoutdriver_type *local; in find_pnfs_driver_locked() local 72 list_for_each_entry(local, &pnfs_modules_tbl, pnfs_tblid) in find_pnfs_driver_locked() 73 if (local->id == id) in find_pnfs_driver_locked() 75 local = NULL; in find_pnfs_driver_locked() 77 dprintk("%s: Searching for id %u, found %p\n", __func__, id, local); in find_pnfs_driver_locked() 78 return local; in find_pnfs_driver_locked() 84 struct pnfs_layoutdriver_type *local; in find_pnfs_driver() local 87 local = find_pnfs_driver_locked(id); in find_pnfs_driver() 88 if (local != NULL && !try_module_get(local->owner)) { in find_pnfs_driver() 90 local = NULL; in find_pnfs_driver() [all …]
|
| A D | Kconfig | 64 ACLs on local files whether this protocol is available or not. 167 without local permanent storage. For details, read
|
| /fs/cachefiles/ |
| A D | Kconfig | 9 local disk to enhance the speed of slower devices.
|
| /fs/9p/ |
| A D | Kconfig | 19 Choose Y here to enable persistent, read-only local
|
| /fs/ceph/ |
| A D | Kconfig | 27 Choose Y here to enable persistent, read-only local
|
| /fs/gfs2/ |
| A D | Kconfig | 14 and writes to the block device like a local filesystem, but also uses
|
| /fs/ocfs2/ |
| A D | journal.h | 178 int ocfs2_journal_load(struct ocfs2_journal *journal, int local,
|
| A D | ocfs2_fs.h | 1094 int local) in ocfs2_xattr_set_local() argument 1096 if (local) in ocfs2_xattr_set_local()
|
| A D | super.c | 2339 int local; in ocfs2_check_volume() local 2371 local = ocfs2_mount_local(osb); in ocfs2_check_volume() 2374 status = ocfs2_journal_load(osb->journal, local, dirty); in ocfs2_check_volume()
|
| A D | dlmglue.c | 1703 int local) in ocfs2_create_new_lock() argument 1707 u32 lkm_flags = local ? DLM_LKF_LOCAL : 0; in ocfs2_create_new_lock() 3330 goto local; in ocfs2_dlm_init() 3367 local: in ocfs2_dlm_init()
|
| /fs/ |
| A D | Kconfig | 400 kernel's NFS server and client. Enable this to permit local 402 writes to the local NFS server.
|
| /fs/xfs/ |
| A D | xfs_attr_item.c | 640 int local; in xfs_attri_recover_work() local 710 args->total = xfs_attr_calc_size(args, &local); in xfs_attri_recover_work()
|
| /fs/ocfs2/cluster/ |
| A D | nodemanager.c | 388 CONFIGFS_ATTR(o2nm_node_, local);
|