Searched refs:_n (Results 1 – 5 of 5) sorted by relevance
/fs/fscache/ |
D | cookie.c | 240 struct hlist_node *_n; in fscache_alloc_object() local 246 hlist_for_each_entry(object, _n, &cookie->backing_objects, in fscache_alloc_object() 314 struct hlist_node *_n; in fscache_attach_object() local 324 hlist_for_each_entry(p, _n, &cookie->backing_objects, cookie_link) { in fscache_attach_object() 334 hlist_for_each_entry(p, _n, &cookie->parent->backing_objects, in fscache_attach_object()
|
/fs/cachefiles/ |
D | namei.c | 831 struct rb_node *_n; in cachefiles_check_active() local 864 _n = cache->active_nodes.rb_node; in cachefiles_check_active() 866 while (_n) { in cachefiles_check_active() 867 object = rb_entry(_n, struct cachefiles_object, active_node); in cachefiles_check_active() 870 _n = _n->rb_left; in cachefiles_check_active() 872 _n = _n->rb_right; in cachefiles_check_active()
|
D | rdwr.c | 474 struct page *newpage = NULL, *netpage, *_n, *backpage = NULL; in cachefiles_read_backing_file() local 481 list_for_each_entry_safe(netpage, _n, list, lru) { in cachefiles_read_backing_file() 661 list_for_each_entry_safe(netpage, _n, list, lru) { in cachefiles_read_backing_file() 698 struct page *page, *_n; in cachefiles_read_or_alloc_pages() local 739 list_for_each_entry_safe(page, _n, pages, lru) { in cachefiles_read_or_alloc_pages()
|
/fs/ocfs2/dlm/ |
D | dlmcommon.h | 50 #define dlm_lockid_hash(_n, _l) full_name_hash(_n, _l) argument
|
/fs/ocfs2/ |
D | xattr.c | 327 #define bucket_block(_b, _n) ((_b)->bu_bhs[(_n)]->b_data) argument
|