Whamcloud - gitweb
LU-1904 idl: add checks for OBD_CONNECT flags
[fs/lustre-release.git] / contrib / scripts / spelling.txt
index 193a73b..b79e5a5 100644 (file)
@@ -1,7 +1,7 @@
 # The format of each line is:
 # mistake||correction
 #
-libcfs_debug_vmsg2|libcfs_debug_msg
+ALWAYS_EXCEPT||always_except
 alloca||malloc
 cfs_atomic_add||atomic_add
 cfs_atomic_add_return||atomic_add_return
@@ -100,12 +100,19 @@ cfs_time_current_sec||ktime_get_real_seconds
 CLASSERT||BUILD_BUG_ON()
 msecs_to_jiffies||cfs_time_seconds
 DEFINE_TIMER||CFS_DEFINE_TIMER
+define OBD_CONNECT||see "XXX README XXX" below and contact adilger@whamcloud.com
+__u[136][624] ocd_||see "XXX README XXX" below and contact adilger@whamcloud.com
+EWOULDBLOCK||EAGAIN
+container_of0||container_of_safe
 DN_MAX_BONUSLEN||DN_BONUS_SIZE(dnodesize)
 DN_OLD_MAX_BONUSLEN||DN_BONUS_SIZE(DNODE_MIN_SIZE)
+ENOTSUPP||EOPNOTSUPP
+ERR_PTR.PTR_ERR||ERR_CAST
 from_timer||cfs_from_timer
 f_dentry||f_path.dentry
 [^_]get_seconds||ktime_get_real_seconds
-GETSTRIPE||LFS getstripe
+kmem_cache_alloc.*GFP_ZERO||kmem_cache_zalloc
+ldebugfs_remove||debugfs_remove_recursive
 ldlm_appetite_t||enum ldlm_appetite
 ldlm_cancel_flags_t||enum ldlm_cancel_flags
 ldlm_error_t||enum ldlm_error
@@ -117,6 +124,7 @@ ldlm_policy_res_t||enum ldlm_policy_res
 ldlm_side_t||enum ldlm_side
 ldlm_type_t||enum ldlm_type
 ldlm_wire_policy_data_t||union ldlm_wire_policy_data
+libcfs_debug_vmsg2||libcfs_debug_msg
 lnet_acceptor_connreq_t||struct lnet_acceptor_connreq
 lnet_counters_t||struct lnet_counters
 lnet_handle_wire_t||struct lnet_handle_wire
@@ -133,6 +141,9 @@ LPLX||%#lx
 LPO64||%#llo
 LPPID||%d
 lprocfs_str_to_s64||kstrtoxxx_from_user
+lprocfs_str_with_units_to_u64||sysfs_memparse using sysfs/kernbuf
+lprocfs_str_with_units_to_s64||sysfs_memparse using sysfs/kernbuf
+lu_str_to_s64||sysfs_memparse
 LPROC_SEQ_FOPS||LUSTRE_RW_ATTR
 LPROC_SEQ_FOPS_RO_TYPE||LUSTRE_RO_ATTR
 LPROC_SEQ_FOPS_RO||LUSTRE_RO_ATTR
@@ -141,14 +152,52 @@ LPROC_SEQ_FOPS_WR_ONLY||LUSTRE_WO_ATTR
 LPU64||%llu
 LPX64i||%llx
 LPX64||%#llx
+l_wait_event||wait_event_idle
+l_wait_event_exclusive||l_wait_event_abortable_exclusive
+l_wait_event_exclusive_head||wait_event_idle_exclusive_lifo_timeout
+l_wait_condition||wait_event_idle
+\bMAX\(||max_t
+\bMIN\(||min_t
+mdo2fid||mdd_object_fid
 mktemp||mkstemp
+mti_cattr||mdi_cattr
+mti_chlg_buf||mdi_chlg_buf
+mti_dof||mdi_dof
+mti_dt_rec||mdi_dt_rec
+mti_ent||mdi_ent
+mti_fid||mdi_fid
+mti_fid2||mdi_fid2
+mti_flags||mdi_flags
+mti_hint||mdi_hint
+MTI_KEEP_KEY||MDI_KEEP_KEY
+mti_key||mdi_key
+mti_la_for_fix||mdi_la_for_fix
+mti_la_for_start||mdi_la_for_start
+mti_link_buf||mdi_link_buf
+mti_link_data||mdi_link_data
+mti_key||mdi_key
+mti_name||mdi_name
+mti_oa||mdi_oa
+mti_pattr||mdi_pattr
+mti_range||mdi_range
+mti_spec||mdi_spec
+mti_tattr||mdi_tattr
+mti_tpattr||mdi_tpattr
+mti_xattr_buf||mdi_xattr_buf
+nla_strlcpy|nla_strscpy
+OS_STATE_DEGRADED||OS_STATFS_DEGRADED
+OS_STATE_READONLY||OS_STATFS_READONLY
+OS_STATE_NOPRECREATE||OS_STATFS_NOPRECREATE
+OS_STATE_ENOSPC||OS_STATFS_ENOSPC
+OS_STATE_ENOINO||OS_STATFS_ENOINO
+OS_STATE_SUM||OS_STATFS_SUM
+OS_STATE_NONROT||OS_STATFS_NONROT
 page_cache_get||get_page
 PAGE_CACHE_MASK||PAGE_MASK
 page_cache_release||put_page
 PAGE_CACHE_SHIFT||PAGE_SHIFT
 PAGE_CACHE_SIZE||PAGE_SIZE
 return seq_printf||seq_printf
-SETSTRIPE||LFS setstripe
 setup_timer||cfs_timer_setup
 = seq_printf||seq_printf
 sprintf||snprintf
@@ -156,5 +205,6 @@ strcat||strncat
 strcpy||strncpy
 struct timeval||struct timespec64
 tempnam||mkstemp
+time_t||timeout_t
 timer_setup||cfs_timer_setup
 wait_queue_t||wait_queue_entry_t