Home
last modified time | relevance | path

Searched refs:ll_flags (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c112 sbi->ll_flags |= LL_SBI_VERBOSE; in ll_init_sbi()
113 sbi->ll_flags |= LL_SBI_CHECKSUM; in ll_init_sbi()
115 sbi->ll_flags |= LL_SBI_LRU_RESIZE; in ll_init_sbi()
129 sbi->ll_flags |= LL_SBI_AGL_ENABLED; in ll_init_sbi()
196 if (sbi->ll_flags & LL_SBI_SOM_PREVIEW) in client_common_fill_super()
199 if (sbi->ll_flags & LL_SBI_LRU_RESIZE) in client_common_fill_super()
215 if (sbi->ll_flags & LL_SBI_USER_XATTR) in client_common_fill_super()
218 if (sbi->ll_flags & LL_SBI_FLOCK) in client_common_fill_super()
220 else if (sbi->ll_flags & LL_SBI_LOCALFLOCK) in client_common_fill_super()
227 if (sbi->ll_flags & LL_SBI_RMT_CLIENT) in client_common_fill_super()
[all …]
Dxattr.c93 !(sbi->ll_flags & LL_SBI_ACL)) in xattr_type_filter()
96 if (xattr_type == XATTR_USER_T && !(sbi->ll_flags & LL_SBI_USER_XATTR)) in xattr_type_filter()
147 if (sbi->ll_flags & LL_SBI_RMT_CLIENT && in ll_setxattr_common()
203 sbi->ll_flags &= ~LL_SBI_USER_XATTR; in ll_setxattr_common()
321 if (sbi->ll_flags & LL_SBI_RMT_CLIENT && in ll_getxattr_common()
338 !(sbi->ll_flags & LL_SBI_RMT_CLIENT)) { in ll_getxattr_common()
445 sbi->ll_flags &= ~LL_SBI_USER_XATTR; in ll_getxattr_common()
Dlproc_llite.c187 sbi->ll_flags & LL_SBI_RMT_CLIENT ? "remote" : "local"); in client_type_show()
491 return sprintf(buf, "%u\n", (sbi->ll_flags & LL_SBI_CHECKSUM) ? 1 : 0); in checksum_pages_show()
512 sbi->ll_flags |= LL_SBI_CHECKSUM; in checksum_pages_store()
514 sbi->ll_flags &= ~LL_SBI_CHECKSUM; in checksum_pages_store()
649 return sprintf(buf, "%u\n", sbi->ll_flags & LL_SBI_AGL_ENABLED ? 1 : 0); in statahead_agl_show()
667 sbi->ll_flags |= LL_SBI_AGL_ENABLED; in statahead_agl_store()
669 sbi->ll_flags &= ~LL_SBI_AGL_ENABLED; in statahead_agl_store()
699 return sprintf(buf, "%u\n", sbi->ll_flags & LL_SBI_LAZYSTATFS ? 1 : 0); in lazystatfs_show()
717 sbi->ll_flags |= LL_SBI_LAZYSTATFS; in lazystatfs_store()
719 sbi->ll_flags &= ~LL_SBI_LAZYSTATFS; in lazystatfs_store()
[all …]
Ddir.c146 int hash64 = ll_i2sbi(inode)->ll_flags & LL_SBI_64BIT_HASH; in ll_dir_filler()
266 int hash64 = ll_i2sbi(dir)->ll_flags & LL_SBI_64BIT_HASH; in ll_dir_page_locate()
348 int hash64 = ll_i2sbi(dir)->ll_flags & LL_SBI_64BIT_HASH; in ll_get_dir_page()
483 int hash64 = sbi->ll_flags & LL_SBI_64BIT_HASH; in ll_dir_read()
598 int hash64 = sbi->ll_flags & LL_SBI_64BIT_HASH; in ll_readdir()
1087 sbi->ll_flags & LL_SBI_RMT_CLIENT) in quotactl_ioctl()
1096 sbi->ll_flags & LL_SBI_RMT_CLIENT)) in quotactl_ioctl()
1107 if (sbi->ll_flags & LL_SBI_RMT_CLIENT) in quotactl_ioctl()
1609 sbi->ll_flags & LL_SBI_RMT_CLIENT) in ll_dir_ioctl()
1633 sbi->ll_flags & LL_SBI_RMT_CLIENT) in ll_dir_ioctl()
[all …]
Dllite_internal.h468 int ll_flags; member
652 return unlikely(is_compat_task() || (sbi->ll_flags & LL_SBI_32BIT_API)); in ll_need_32bit_api()
654 return unlikely(sbi->ll_flags & LL_SBI_32BIT_API); in ll_need_32bit_api()
1362 (ll_i2sbi(inode)->ll_flags & LL_SBI_NOLCK)); in ll_file_nolock()
Dremote_perm.c165 LASSERT(ll_i2sbi(inode)->ll_flags & LL_SBI_RMT_CLIENT); in ll_update_remote_perm()
Dfile.c343 if (sbi->ll_flags & LL_SBI_RMT_CLIENT && is_root_inode(inode)) { in ll_file_release()
1743 !(ll_i2sbi(inode)->ll_flags & LL_SBI_USER_FID2PATH)) in ll_fid2path()
3088 if (ll_i2sbi(inode)->ll_flags & LL_SBI_RMT_CLIENT) in ll_inode_permission()
3490 if (!(sbi->ll_flags & LL_SBI_LAYOUT_LOCK) || *gen != LL_LAYOUT_GEN_NONE) in ll_layout_refresh()
Dstatahead.c1060 if (sbi->ll_flags & LL_SBI_AGL_ENABLED) in ll_statahead_thread()