Home
last modified time | relevance | path

Searched refs:lustre (Results 1 – 25 of 25) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/
Dsysfs-fs-lustre1 What: /sys/fs/lustre/version
5 Shows current running lustre version.
7 What: /sys/fs/lustre/pinger
11 Shows if the lustre module has pinger support.
14 What: /sys/fs/lustre/health
19 "NOT HEALTHY", or "LBUG" whenever lustre has experienced
22 What: /sys/fs/lustre/jobid_name
31 What: /sys/fs/lustre/jobid_var
35 Control file for lustre "jobstats" functionality, write new
43 What: /sys/fs/lustre/timeout
[all …]
DKconfig1 source "drivers/staging/lustre/lustre/Kconfig"
3 source "drivers/staging/lustre/lnet/Kconfig"
DREADME.txt17 In order to use Lustre client you will need to download the "lustre-client"
18 package that contains the userspace tools from http://lustre.org/download/
24 After you installed the lustre-client tools including mount.lustre binary
27 mount -t lustre mgs:/fsname mnt
77 You can get more information at the Lustre website: http://wiki.lustre.org/
80 is available at: http://git.hpdd.intel.com/fs/lustre-release.git
83 http://lustre.org/download/
DMakefile2 obj-$(CONFIG_LUSTRE_FS) += lustre/
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Ddcache.c211 if (it->it_op && it->d.lustre.it_lock_mode) { in ll_intent_drop_lock()
214 handle.cookie = it->d.lustre.it_lock_handle; in ll_intent_drop_lock()
218 ldlm_lock_decref(&handle, it->d.lustre.it_lock_mode); in ll_intent_drop_lock()
222 it->d.lustre.it_lock_mode = 0; in ll_intent_drop_lock()
223 if (it->d.lustre.it_remote_lock_mode != 0) { in ll_intent_drop_lock()
224 handle.cookie = it->d.lustre.it_remote_lock_handle; in ll_intent_drop_lock()
229 it->d.lustre.it_remote_lock_mode); in ll_intent_drop_lock()
230 it->d.lustre.it_remote_lock_mode = 0; in ll_intent_drop_lock()
241 ptlrpc_req_finished(it->d.lustre.it_data); /* ll_file_open */ in ll_intent_release()
244 ptlrpc_req_finished(it->d.lustre.it_data); in ll_intent_release()
[all …]
Dxattr_cache.c292 oit->d.lustre.it_lock_handle = lockh.cookie; in ll_xattr_find_get_lock()
293 oit->d.lustre.it_lock_mode = mode; in ll_xattr_find_get_lock()
319 *req = (struct ptlrpc_request *)oit->d.lustre.it_data; in ll_xattr_find_get_lock()
366 if (oit->d.lustre.it_status < 0) { in ll_xattr_cache_refill()
368 oit->d.lustre.it_status, PFID(ll_inode2fid(inode))); in ll_xattr_cache_refill()
369 rc = oit->d.lustre.it_status; in ll_xattr_cache_refill()
452 &oit->d.lustre.it_lock_handle, in ll_xattr_cache_refill()
453 oit->d.lustre.it_lock_mode); in ll_xattr_cache_refill()
DMakefile1 obj-$(CONFIG_LUSTRE_FS) += lustre.o
3 lustre-y := dcache.o dir.o file.o llite_close.o llite_lib.o llite_nfs.o \
Dfile.c447 if (!rc && itp->d.lustre.it_lock_mode) in ll_intent_file_open()
474 struct ptlrpc_request *req = it->d.lustre.it_data; in ll_och_fill()
480 och->och_lease_handle.cookie = it->d.lustre.it_lock_handle; in ll_och_fill()
498 struct ptlrpc_request *req = it->d.lustre.it_data; in ll_local_open()
568 if (!it || !it->d.lustre.it_disposition) { in ll_file_open()
633 if (!it->d.lustre.it_disposition) { in ll_file_open()
707 ptlrpc_req_finished(it->d.lustre.it_data); in ll_file_open()
846 if (it.d.lustre.it_lock_mode == 0 || in ll_lease_open()
847 it.d.lustre.it_lock_bits != MDS_INODELOCK_OPEN) { in ll_lease_open()
850 PFID(ll_inode2fid(inode)), it.d.lustre.it_lock_mode, in ll_lease_open()
[all …]
Dllite_internal.h1368 if (!it->d.lustre.it_lock_set) { in ll_set_lock_data()
1378 if (it->d.lustre.it_remote_lock_mode) { in ll_set_lock_data()
1379 handle.cookie = it->d.lustre.it_remote_lock_handle; in ll_set_lock_data()
1387 handle.cookie = it->d.lustre.it_lock_handle; in ll_set_lock_data()
1394 &it->d.lustre.it_lock_bits); in ll_set_lock_data()
1395 it->d.lustre.it_lock_set = 1; in ll_set_lock_data()
1399 *bits = it->d.lustre.it_lock_bits; in ll_set_lock_data()
Dnamei.c416 it->d.lustre.it_disposition); in ll_lookup_it_finish()
466 .d.lustre.it_lock_handle = 0 }; in ll_lookup_it_finish()
653 it->d.lustre.it_data); in ll_atomic_open()
684 LASSERT(it && it->d.lustre.it_disposition); in ll_create_node()
687 request = it->d.lustre.it_data; in ll_create_node()
Dstatahead.c669 it->d.lustre.it_lock_handle = entry->se_handle; in ll_post_statahead()
720 handle = it->d.lustre.it_lock_handle; in ll_statahead_interpret()
869 .d.lustre.it_lock_handle = 0 }; in do_sa_revalidate()
884 entry->se_handle = it.d.lustre.it_lock_handle; in do_sa_revalidate()
1580 .d.lustre.it_lock_handle = in do_statahead_enter()
Ddir.c374 request = (struct ptlrpc_request *)it.d.lustre.it_data; in ll_get_dir_page()
386 &it.d.lustre.it_lock_handle, dir, NULL); in ll_get_dir_page()
Dllite_lib.c1990 if (it != NULL && it->d.lustre.it_lock_mode != 0) { in ll_prep_inode()
1994 lockh.cookie = it->d.lustre.it_lock_handle; in ll_prep_inode()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_intent.c87 pmode = it->d.lustre.it_lock_mode; in lmv_intent_remote()
89 plock.cookie = it->d.lustre.it_lock_handle; in lmv_intent_remote()
90 it->d.lustre.it_lock_mode = 0; in lmv_intent_remote()
91 it->d.lustre.it_data = NULL; in lmv_intent_remote()
135 if (it->d.lustre.it_lock_mode != 0) { in lmv_intent_remote()
136 it->d.lustre.it_remote_lock_handle = in lmv_intent_remote()
137 it->d.lustre.it_lock_handle; in lmv_intent_remote()
138 it->d.lustre.it_remote_lock_mode = it->d.lustre.it_lock_mode; in lmv_intent_remote()
141 it->d.lustre.it_lock_handle = plock.cookie; in lmv_intent_remote()
142 it->d.lustre.it_lock_mode = pmode; in lmv_intent_remote()
[all …]
Dlmv_obd.c1692 struct ptlrpc_request *req = it->d.lustre.it_data; in lmv_enqueue_remote()
1715 pmode = it->d.lustre.it_lock_mode; in lmv_enqueue_remote()
1718 it->d.lustre.it_lock_mode = 0; in lmv_enqueue_remote()
1719 it->d.lustre.it_data = NULL; in lmv_enqueue_remote()
/linux-4.4.14/drivers/staging/lustre/lustre/
DKconfig18 be called lustre.
21 mount.lustre and other user space commands which can be found in the
22 lustre-client package, available from
23 http://downloads.whamcloud.com/public/lustre/
28 http://git.whamcloud.com/?p=fs/lustre-release.git;a=summary
32 See also http://wiki.lustre.org/
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c59 return it->d.lustre.it_disposition & flag; in it_disposition()
65 it->d.lustre.it_disposition |= flag; in it_set_disposition()
71 it->d.lustre.it_disposition &= ~flag; in it_clear_disposition()
79 return it->d.lustre.it_status; in it_open_error()
85 return it->d.lustre.it_status; in it_open_error()
92 return it->d.lustre.it_status; in it_open_error()
99 return it->d.lustre.it_status; in it_open_error()
106 return it->d.lustre.it_status; in it_open_error()
110 CERROR("it disp: %X, status: %d\n", it->d.lustre.it_disposition, in it_open_error()
111 it->d.lustre.it_status); in it_open_error()
[all …]
Dmdc_request.c667 struct ptlrpc_request *open_req = it->d.lustre.it_data; in mdc_set_open_replay_data()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_intent.h58 struct lustre_intent_data lustre; member
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
DMakefile2 LDLM := ../../lustre/ldlm/
/linux-4.4.14/drivers/staging/
DMakefile38 obj-$(CONFIG_LUSTRE_FS) += lustre/
DKconfig91 source "drivers/staging/lustre/Kconfig"
/linux-4.4.14/drivers/staging/lustre/lnet/
DKconfig27 See also http://wiki.lustre.org/
/linux-4.4.14/
DMAINTAINERS10175 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
10176 W: http://wiki.lustre.org/
10178 F: drivers/staging/lustre
/linux-4.4.14/Documentation/
Ddevices.txt2614 See ftp://ftp.lustre.org/pub/obd for code and information.