/fs/fscache/ |
D | Kconfig | 3 tristate "General filesystem local caching manager" 13 bool "Gather statistical information on local caching" 16 This option causes statistical information to be gathered on local 30 bool "Gather latency information on local caching" 33 This option causes latency information to be gathered on local 50 This permits debugging to be dynamically enabled in the local caching
|
/fs/ocfs2/dlm/ |
D | dlmdomain.c | 962 char *local, int locallen) in dlm_match_regions() argument 994 localnr = o2hb_get_all_regions(local, (u8)localnr); in dlm_match_regions() 997 l = local; in dlm_match_regions() 1023 l = local; in dlm_match_regions() 1104 char *local = NULL; in dlm_query_region_handler() local 1113 local = kmalloc(sizeof(qr->qr_regions), GFP_KERNEL); in dlm_query_region_handler() 1114 if (!local) in dlm_query_region_handler() 1145 status = dlm_match_regions(dlm, qr, local, sizeof(qr->qr_regions)); in dlm_query_region_handler() 1153 kfree(local); in dlm_query_region_handler() 1160 struct o2nm_node *local; in dlm_match_nodes() local [all …]
|
D | dlmrecovery.c | 2195 static inline int dlm_lvb_needs_invalidation(struct dlm_lock *lock, int local) in dlm_lvb_needs_invalidation() argument 2197 if (local) { in dlm_lvb_needs_invalidation() 2211 int blank_lvb = 0, local = 0; in dlm_revalidate_lvb() local 2226 local = 1; /* check local state for valid lvb */ in dlm_revalidate_lvb() 2233 if (dlm_lvb_needs_invalidation(lock, local)) { in dlm_revalidate_lvb()
|
/fs/dlm/ |
D | config.c | 227 int local; member 488 cm->local = 0; in make_comm() 595 return sprintf(buf, "%d\n", config_item_to_comm(item)->local); in comm_local_show() 602 int rc = kstrtoint(buf, 0, &cm->local); in comm_local_store() 606 if (cm->local && !local_comm) in comm_local_store() 686 CONFIGFS_ATTR(comm_, local);
|
D | Kconfig | 16 list of resource and locks the local node knows about.
|
/fs/nfsd/ |
D | Kconfig | 19 To export local file systems using NFS, you also need to install 54 servers. NFS servers enforce POSIX ACLs on local files whether 64 related CONFIG options for your local file systems of choice.
|
D | nfs4state.c | 3387 struct nfs4_ol_stateid *local, *ret = NULL; in nfsd4_find_existing_open() local 3392 list_for_each_entry(local, &fp->fi_stateids, st_perfile) { in nfsd4_find_existing_open() 3394 if (local->st_stateowner->so_is_open_owner == 0) in nfsd4_find_existing_open() 3396 if (local->st_stateowner != &oo->oo_owner) in nfsd4_find_existing_open() 3398 if (local->st_stid.sc_type == NFS4_OPEN_STID) { in nfsd4_find_existing_open() 3399 ret = local; in nfsd4_find_existing_open()
|
/fs/nfs/ |
D | pnfs.c | 63 struct pnfs_layoutdriver_type *local; in find_pnfs_driver_locked() local 65 list_for_each_entry(local, &pnfs_modules_tbl, pnfs_tblid) in find_pnfs_driver_locked() 66 if (local->id == id) in find_pnfs_driver_locked() 68 local = NULL; in find_pnfs_driver_locked() 70 dprintk("%s: Searching for id %u, found %p\n", __func__, id, local); in find_pnfs_driver_locked() 71 return local; in find_pnfs_driver_locked() 77 struct pnfs_layoutdriver_type *local; in find_pnfs_driver() local 80 local = find_pnfs_driver_locked(id); in find_pnfs_driver() 81 if (local != NULL && !try_module_get(local->owner)) { in find_pnfs_driver() 83 local = NULL; in find_pnfs_driver() [all …]
|
D | Kconfig | 61 ACLs on local files whether this protocol is available or not. 171 without local permanent storage. For details, read
|
/fs/xfs/libxfs/ |
D | xfs_attr.c | 163 int *local) in xfs_attr_calc_size() argument 173 size = xfs_attr_leaf_newentsize(args, local); in xfs_attr_calc_size() 175 if (*local) { in xfs_attr_calc_size() 207 int error, err2, committed, local; in xfs_attr_set() local 223 args.total = xfs_attr_calc_size(&args, &local); in xfs_attr_set()
|
D | xfs_attr_leaf.h | 99 int xfs_attr_leaf_newentsize(struct xfs_da_args *args, int *local);
|
D | xfs_attr_leaf.c | 2520 int *local) in xfs_attr_leaf_newentsize() argument 2526 if (local) in xfs_attr_leaf_newentsize() 2527 *local = 1; in xfs_attr_leaf_newentsize() 2530 if (local) in xfs_attr_leaf_newentsize() 2531 *local = 0; in xfs_attr_leaf_newentsize()
|
/fs/autofs4/ |
D | Kconfig | 19 local network, you probably do not need an automounter, and can say
|
/fs/ceph/ |
D | Kconfig | 24 Choose Y here to enable persistent, read-only local
|
/fs/9p/ |
D | Kconfig | 17 Choose Y here to enable persistent, read-only local
|
/fs/cachefiles/ |
D | Kconfig | 8 local disk to enhance the speed of slower devices.
|
/fs/gfs2/ |
D | Kconfig | 12 and writes to the block device like a local filesystem, but also uses
|
/fs/ocfs2/ |
D | ocfs2_fs.h | 1135 int local) in ocfs2_xattr_set_local() argument 1137 if (local) in ocfs2_xattr_set_local()
|
D | journal.h | 192 int ocfs2_journal_load(struct ocfs2_journal *journal, int local,
|
D | super.c | 2436 int local; in ocfs2_check_volume() local 2468 local = ocfs2_mount_local(osb); in ocfs2_check_volume() 2471 status = ocfs2_journal_load(osb->journal, local, dirty); in ocfs2_check_volume()
|
D | dlmglue.c | 1657 int local) in ocfs2_create_new_lock() argument 1661 u32 lkm_flags = local ? DLM_LKF_LOCAL : 0; in ocfs2_create_new_lock() 3096 goto local; in ocfs2_dlm_init() 3137 local: in ocfs2_dlm_init()
|
D | journal.c | 1066 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed) in ocfs2_journal_load() argument 1098 if (!local) { in ocfs2_journal_load()
|
/fs/ocfs2/cluster/ |
D | nodemanager.c | 404 CONFIGFS_ATTR(o2nm_node_, local);
|