Home
last modified time | relevance | path

Searched refs:why (Results 1 – 22 of 22) sorted by relevance

/fs/cachefiles/
A Dxattr.c108 enum cachefiles_coherency_trace why; in cachefiles_check_auxdata() local
130 why = cachefiles_coherency_check_xattr; in cachefiles_check_auxdata()
135 why = cachefiles_coherency_check_type; in cachefiles_check_auxdata()
137 why = cachefiles_coherency_check_aux; in cachefiles_check_auxdata()
139 why = cachefiles_coherency_check_objsize; in cachefiles_check_auxdata()
143 why = cachefiles_coherency_check_dirty; in cachefiles_check_auxdata()
145 why = cachefiles_coherency_check_ok; in cachefiles_check_auxdata()
152 buf->content, why); in cachefiles_check_auxdata()
266 enum cachefiles_coherency_trace why; in cachefiles_check_volume_xattr() local
294 why = cachefiles_coherency_vol_check_cmp; in cachefiles_check_volume_xattr()
[all …]
A Dio.c383 enum cachefiles_prepare_read_trace why; in cachefiles_do_prepare_read() local
399 why = cachefiles_trace_read_after_eof; in cachefiles_do_prepare_read()
405 why = cachefiles_trace_read_no_data; in cachefiles_do_prepare_read()
412 why = cachefiles_trace_read_no_file; in cachefiles_do_prepare_read()
430 why = cachefiles_trace_read_seek_nxio; in cachefiles_do_prepare_read()
435 why = cachefiles_trace_read_seek_error; in cachefiles_do_prepare_read()
440 why = cachefiles_trace_read_found_hole; in cachefiles_do_prepare_read()
448 why = cachefiles_trace_read_found_part; in cachefiles_do_prepare_read()
458 why = cachefiles_trace_read_seek_error; in cachefiles_do_prepare_read()
471 why = cachefiles_trace_read_have_data; in cachefiles_do_prepare_read()
[all …]
A Dinterface.c57 enum cachefiles_obj_ref_trace why) in cachefiles_see_object() argument
60 refcount_read(&object->ref), why); in cachefiles_see_object()
67 enum cachefiles_obj_ref_trace why) in cachefiles_grab_object() argument
72 trace_cachefiles_ref(object->debug_id, object->cookie->debug_id, r, why); in cachefiles_grab_object()
80 enum cachefiles_obj_ref_trace why) in cachefiles_put_object() argument
89 trace_cachefiles_ref(object_debug_id, cookie_debug_id, r, why); in cachefiles_put_object()
A Dinternal.h241 enum cachefiles_obj_ref_trace why);
243 enum cachefiles_obj_ref_trace why);
245 enum cachefiles_obj_ref_trace why);
282 enum fscache_why_object_killed why);
284 enum fscache_why_object_killed why);
A Dnamei.c234 enum fscache_why_object_killed why) in cachefiles_unlink() argument
242 trace_cachefiles_unlink(object, d_inode(dentry)->i_ino, why); in cachefiles_unlink()
271 enum fscache_why_object_killed why) in cachefiles_bury_object() argument
291 ret = cachefiles_unlink(cache, object, dir, rep, why); in cachefiles_bury_object()
397 trace_cachefiles_rename(object, d_inode(rep)->i_ino, why); in cachefiles_bury_object()
420 enum fscache_why_object_killed why) in cachefiles_delete_object() argument
433 ret = cachefiles_unlink(volume->cache, object, fan, dentry, why); in cachefiles_delete_object()
/fs/afs/
A Ddir_edit.c243 enum afs_edit_dir_reason why) in afs_edit_dir_add() argument
338 trace_afs_edit_dir(vnode, why, afs_edit_dir_create, b, slot, in afs_edit_dir_add()
394 struct qstr *name, enum afs_edit_dir_reason why) in afs_edit_dir_remove() argument
426 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_noent, in afs_edit_dir_remove()
447 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete, b, slot, in afs_edit_dir_remove()
512 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_inval, in afs_edit_dir_remove()
519 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_error, in afs_edit_dir_remove()
529 enum afs_edit_dir_reason why) in afs_edit_dir_update_dotdot() argument
568 trace_afs_edit_dir(vnode, why, afs_edit_dir_update_nodd, in afs_edit_dir_update_dotdot()
591 trace_afs_edit_dir(vnode, why, afs_edit_dir_update_inval, in afs_edit_dir_update_dotdot()
[all …]
A Dinternal.h1104 enum afs_edit_dir_reason why);
1383 enum afs_call_trace why) in afs_get_call() argument
1389 trace_afs_call(call->debug_id, why, r + 1, in afs_get_call()
1395 static inline void afs_see_call(struct afs_call *call, enum afs_call_trace why) in afs_see_call() argument
1399 trace_afs_call(call->debug_id, why, r, in afs_see_call()
A Dcmservice.c154 enum rxrpc_abort_reason why) in afs_abort_service_call() argument
157 abort_code, error, why); in afs_abort_service_call()
/fs/xfs/
A Dxfs_fsops.c504 const char *why; in xfs_do_force_shutdown() local
519 why = "Log I/O Error"; in xfs_do_force_shutdown()
522 why = "Corruption of in-memory data"; in xfs_do_force_shutdown()
525 why = "Corruption of on-disk metadata"; in xfs_do_force_shutdown()
528 why = "Block device removal"; in xfs_do_force_shutdown()
531 why = "Metadata I/O Error"; in xfs_do_force_shutdown()
538 why, flags, __return_address, fname, lnnum); in xfs_do_force_shutdown()
/fs/netfs/
A Dfscache_volume.c56 enum fscache_access_trace why) in __fscache_begin_volume_access() argument
64 n_accesses, why); in __fscache_begin_volume_access()
98 enum fscache_access_trace why) in fscache_begin_volume_access() argument
102 __fscache_begin_volume_access(volume, cookie, why); in fscache_begin_volume_access()
121 enum fscache_access_trace why) in fscache_end_volume_access() argument
129 n_accesses, why); in fscache_end_volume_access()
A Dwrite_collect.c59 enum netfs_folio_trace why = netfs_folio_trace_clear; in netfs_folio_written_back() local
79 why = netfs_folio_trace_clear_s; in netfs_folio_written_back()
85 why = netfs_folio_trace_clear_cc; in netfs_folio_written_back()
94 why = netfs_folio_trace_redirtied; in netfs_folio_written_back()
98 why = netfs_folio_trace_clear_g; in netfs_folio_written_back()
103 trace_netfs_folio(folio, why); in netfs_folio_written_back()
A Dfscache_cache.c289 bool fscache_begin_cache_access(struct fscache_cache *cache, enum fscache_access_trace why) in fscache_begin_cache_access() argument
299 n_accesses, why); in fscache_begin_cache_access()
315 void fscache_end_cache_access(struct fscache_cache *cache, enum fscache_access_trace why) in fscache_end_cache_access() argument
322 n_accesses, why); in fscache_end_cache_access()
A Dinternal.h307 bool fscache_begin_cache_access(struct fscache_cache *cache, enum fscache_access_trace why);
308 void fscache_end_cache_access(struct fscache_cache *cache, enum fscache_access_trace why);
347 enum fscache_access_trace why);
438 enum fscache_access_trace why);
A Dfscache_cookie.c122 enum fscache_access_trace why) in fscache_end_cookie_access() argument
129 n_accesses, why); in fscache_end_cookie_access()
140 enum fscache_access_trace why) in __fscache_begin_cookie_access() argument
149 n_accesses, why); in __fscache_begin_cookie_access()
179 enum fscache_access_trace why) in fscache_begin_cookie_access() argument
183 __fscache_begin_cookie_access(cookie, why); in fscache_begin_cookie_access()
A Dwrite_issue.c50 enum netfs_folio_trace why = netfs_folio_trace_kill; in netfs_kill_dirty_pages() local
61 why = netfs_folio_trace_kill_s; in netfs_kill_dirty_pages()
66 why = netfs_folio_trace_kill_cc; in netfs_kill_dirty_pages()
70 why = netfs_folio_trace_kill_g; in netfs_kill_dirty_pages()
75 trace_netfs_folio(folio, why); in netfs_kill_dirty_pages()
A Dfscache_io.c73 enum fscache_access_trace why) in fscache_begin_operation() argument
85 if (!fscache_begin_cookie_access(cookie, why)) { in fscache_begin_operation()
/fs/pstore/
A Dplatform.c283 const char *why; in pstore_dump() local
289 why = kmsg_dump_reason_str(detail->reason); in pstore_dump()
294 in_nmi() ? "NMI" : why); in pstore_dump()
323 header_size = snprintf(dst, dst_size, "%s#%d Part%u\n", why, in pstore_dump()
/fs/jffs2/
A DLICENCE28 This exception does not invalidate any other reasons why a work based on
/fs/ocfs2/
A Dfile.c567 enum ocfs2_alloc_restarted why = RESTART_NONE; in ocfs2_extend_allocation() local
610 why, restart_func); in ocfs2_extend_allocation()
639 &why); in ocfs2_extend_allocation()
656 if (why != RESTART_NONE && clusters_to_add) { in ocfs2_extend_allocation()
657 if (why == RESTART_META) { in ocfs2_extend_allocation()
661 BUG_ON(why != RESTART_TRANS); in ocfs2_extend_allocation()
A Docfs2_trace.h1327 int why, int restart_func),
1328 TP_ARGS(ip_blkno, size, clusters, clusters_to_add, why, restart_func),
1334 __field(int, why)
1342 __entry->why = why;
1347 __entry->clusters_to_add, __entry->why, __entry->restart_func)
A Dxattr.c702 enum ocfs2_alloc_restarted why; in ocfs2_xattr_extend_allocation() local
726 &why); in ocfs2_xattr_extend_allocation()
738 if (why != RESTART_NONE && clusters_to_add) { in ocfs2_xattr_extend_allocation()
743 BUG_ON(why == RESTART_META); in ocfs2_xattr_extend_allocation()
/fs/affs/
A DChanges200 affs use it on a 68k, they didn't notice. But why did

Completed in 61 milliseconds