Searched refs:m_fp_list (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/smb/server/
H A Dvfs_cache.h58 struct list_head m_fp_list; member in struct:ksmbd_inode
H A Dvfs_cache.c166 INIT_LIST_HEAD(&ci->m_fp_list);
527 list_for_each_entry(lfp, &ci->m_fp_list, node) {
H A Dsmb_common.c650 list_for_each_entry(prev_fp, &curr_fp->f_ci->m_fp_list, node) {
H A Dsmb2pdu.c3375 /* fp should be searchable through ksmbd_inode.m_fp_list
3380 list_add(&fp->node, &fp->f_ci->m_fp_list);

Completed in 108 milliseconds