Home
last modified time | relevance | path

Searched refs:lli_opendir_key (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dstatahead.c521 LASSERT(lli->lli_opendir_key == NULL); in ll_sai_put()
1315 if (lli->lli_opendir_key != key || lli->lli_opendir_pid == 0) { in ll_stop_statahead()
1320 lli->lli_opendir_key = NULL; in ll_stop_statahead()
1545 ll_stop_statahead(dir, lli->lli_opendir_key); in do_statahead_enter()
1699 lli->lli_opendir_key = NULL; in do_statahead_enter()
1725 lli->lli_opendir_key = NULL; in do_statahead_enter()
Dllite_internal.h195 #define lli_opendir_key u.d.d_opendir_key macro
1248 if (lli->lli_opendir_key == NULL) in d_need_statahead()
Dfile.c365 if (S_ISDIR(inode->i_mode) && lli->lli_opendir_key == fd && in ll_file_release()
367 ll_stop_statahead(inode, lli->lli_opendir_key); in ll_file_release()
556 if (lli->lli_opendir_key == NULL && lli->lli_sai == NULL && in ll_file_open()
558 lli->lli_opendir_key = fd; in ll_file_open()
704 ll_stop_statahead(inode, lli->lli_opendir_key); in ll_file_open()
Dllite_lib.c884 lli->lli_opendir_key = NULL; in ll_lli_init()
1107 LASSERT(lli->lli_opendir_key == NULL); in ll_clear_inode()