/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | dcache.c | 211 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 …]
|
D | Makefile | 1 obj-$(CONFIG_LUSTRE_FS) += lustre.o 3 lustre-y := dcache.o dir.o file.o llite_close.o llite_lib.o llite_nfs.o \ 10 lustre-$(CONFIG_PROC_FS) += lproc_llite.o
|
D | xattr_cache.c | 306 oit->d.lustre.it_lock_handle = lockh.cookie; in ll_xattr_find_get_lock() 307 oit->d.lustre.it_lock_mode = mode; in ll_xattr_find_get_lock() 333 *req = (struct ptlrpc_request *)oit->d.lustre.it_data; in ll_xattr_find_get_lock() 382 if (oit->d.lustre.it_status < 0) { in ll_xattr_cache_refill() 384 oit->d.lustre.it_status, PFID(ll_inode2fid(inode))); in ll_xattr_cache_refill() 385 rc = oit->d.lustre.it_status; in ll_xattr_cache_refill() 468 &oit->d.lustre.it_lock_handle, in ll_xattr_cache_refill() 469 oit->d.lustre.it_lock_mode); in ll_xattr_cache_refill()
|
D | file.c | 449 if (!rc && itp->d.lustre.it_lock_mode) in ll_intent_file_open() 476 struct ptlrpc_request *req = it->d.lustre.it_data; in ll_och_fill() 482 och->och_lease_handle.cookie = it->d.lustre.it_lock_handle; in ll_och_fill() 500 struct ptlrpc_request *req = it->d.lustre.it_data; in ll_local_open() 570 if (!it || !it->d.lustre.it_disposition) { in ll_file_open() 635 if (!it->d.lustre.it_disposition) { in ll_file_open() 712 ptlrpc_req_finished(it->d.lustre.it_data); in ll_file_open() 851 if (it.d.lustre.it_lock_mode == 0 || in ll_lease_open() 852 it.d.lustre.it_lock_bits != MDS_INODELOCK_OPEN) { in ll_lease_open() 855 PFID(ll_inode2fid(inode)), it.d.lustre.it_lock_mode, in ll_lease_open() [all …]
|
D | llite_internal.h | 1423 if (!it->d.lustre.it_lock_set) { in ll_set_lock_data() 1433 if (it->d.lustre.it_remote_lock_mode) { in ll_set_lock_data() 1434 handle.cookie = it->d.lustre.it_remote_lock_handle; in ll_set_lock_data() 1442 handle.cookie = it->d.lustre.it_lock_handle; in ll_set_lock_data() 1449 &it->d.lustre.it_lock_bits); in ll_set_lock_data() 1450 it->d.lustre.it_lock_set = 1; in ll_set_lock_data() 1454 *bits = it->d.lustre.it_lock_bits; in ll_set_lock_data()
|
D | namei.c | 419 it->d.lustre.it_disposition); in ll_lookup_it_finish() 467 .d.lustre.it_lock_handle = 0 }; in ll_lookup_it_finish() 650 it->d.lustre.it_data); in ll_atomic_open() 682 LASSERT(it && it->d.lustre.it_disposition); in ll_create_node() 685 request = it->d.lustre.it_data; in ll_create_node()
|
D | statahead.c | 669 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() 885 .d.lustre.it_lock_handle = 0 }; in do_sa_revalidate() 901 entry->se_handle = it.d.lustre.it_lock_handle; in do_sa_revalidate() 1600 .d.lustre.it_lock_handle = in do_statahead_enter()
|
D | dir.c | 378 request = (struct ptlrpc_request *)it.d.lustre.it_data; in ll_get_dir_page() 390 &it.d.lustre.it_lock_handle, dir, NULL); in ll_get_dir_page()
|
D | llite_lib.c | 2052 if (it != NULL && it->d.lustre.it_lock_mode != 0) { in ll_prep_inode() 2056 lockh.cookie = it->d.lustre.it_lock_handle; in ll_prep_inode()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lmv_intent.c | 87 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 …]
|
D | lmv_obd.c | 1734 struct ptlrpc_request *req = it->d.lustre.it_data; in lmv_enqueue_remote() 1757 pmode = it->d.lustre.it_lock_mode; in lmv_enqueue_remote() 1760 it->d.lustre.it_lock_mode = 0; in lmv_enqueue_remote() 1761 it->d.lustre.it_data = NULL; in lmv_enqueue_remote()
|
/linux-4.1.27/drivers/staging/lustre/ |
D | README.txt | 17 In order to use Lustre client you will need to download lustre client 19 https://downloads.hpdd.intel.com/public/lustre/latest-feature-release/ 20 the package name is lustre-client. 26 After you installed the lustre-client tools including mount.lustre binary 29 mount -t lustre mgs:/fsname mnt 80 OpenSFS website: http://lustre.opensfs.org/about/ 84 http://git.whamcloud.com/fs/lustre-release.git 87 http://lustre.opensfs.org/download-lustre/
|
D | Kconfig | 1 source "drivers/staging/lustre/lustre/Kconfig" 3 source "drivers/staging/lustre/lnet/Kconfig"
|
D | Makefile | 2 obj-$(CONFIG_LUSTRE_FS) += lustre/
|
/linux-4.1.27/drivers/staging/lustre/lustre/ |
D | Kconfig | 18 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.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_locks.c | 59 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 …]
|
D | mdc_request.c | 749 struct ptlrpc_request *open_req = it->d.lustre.it_data; in mdc_set_open_replay_data()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_intent.h | 58 struct lustre_intent_data lustre; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | Makefile | 2 LDLM := ../../lustre/ldlm/
|
/linux-4.1.27/drivers/staging/ |
D | Makefile | 40 obj-$(CONFIG_LUSTRE_FS) += lustre/
|
D | Kconfig | 95 source "drivers/staging/lustre/Kconfig"
|
/linux-4.1.27/drivers/staging/lustre/lnet/ |
D | Kconfig | 27 See also http://wiki.lustre.org/
|
/linux-4.1.27/Documentation/ |
D | devices.txt | 2614 See ftp://ftp.lustre.org/pub/obd for code and information.
|
/linux-4.1.27/ |
D | MAINTAINERS | 9423 W: http://lustre.opensfs.org/ 9425 F: drivers/staging/lustre
|