Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dstatahead.c521 LASSERT(lli->lli_opendir_key == NULL); in ll_sai_put()
1295 if (lli->lli_opendir_key != key || lli->lli_opendir_pid == 0) { in ll_stop_statahead()
1300 lli->lli_opendir_key = NULL; in ll_stop_statahead()
1525 ll_stop_statahead(dir, lli->lli_opendir_key); in do_statahead_enter()
1679 lli->lli_opendir_key = NULL; in do_statahead_enter()
1704 lli->lli_opendir_key = NULL; in do_statahead_enter()
Dllite_internal.h187 #define lli_opendir_key u.d.d_opendir_key macro
1196 if (lli->lli_opendir_key == NULL) in d_need_statahead()
Dfile.c363 if (S_ISDIR(inode->i_mode) && lli->lli_opendir_key == fd && in ll_file_release()
365 ll_stop_statahead(inode, lli->lli_opendir_key); in ll_file_release()
554 if (lli->lli_opendir_key == NULL && lli->lli_sai == NULL && in ll_file_open()
556 lli->lli_opendir_key = fd; in ll_file_open()
700 ll_stop_statahead(inode, lli->lli_opendir_key); in ll_file_open()
Dllite_lib.c822 lli->lli_opendir_key = NULL; in ll_lli_init()
1039 LASSERT(lli->lli_opendir_key == NULL); in ll_clear_inode()