Home
last modified time | relevance | path

Searched refs:find_flags (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/client/
H A Dcifsproto.h142 unsigned int find_flags, unsigned int open_flags,
147 unsigned int find_flags,
602 unsigned int find_flags, in cifs_get_writable_file() argument
605 find_flags &= ~FIND_OPEN_FLAGS; in cifs_get_writable_file()
606 return __cifs_get_writable_file(cifs_inode, find_flags, 0, ret_file); in cifs_get_writable_file()
610 find_readable_file(struct cifsInodeInfo *cinode, unsigned int find_flags) in find_readable_file() argument
612 find_flags &= ~FIND_OPEN_FLAGS; in find_readable_file()
613 find_flags |= FIND_NO_PENDING_DELETE; in find_readable_file()
614 return __find_readable_file(cinode, find_flags, 0); in find_readable_file()
H A Dfile.c2533 unsigned int find_flags, in __find_readable_file() argument
2537 bool fsuid_only = find_flags & FIND_FSUID_ONLY; in __find_readable_file()
2551 if ((find_flags & FIND_NO_PENDING_DELETE) && in __find_readable_file()
2554 if ((find_flags & FIND_OPEN_FLAGS) && in __find_readable_file()
2577 unsigned int find_flags, unsigned int open_flags, in __cifs_get_writable_file() argument
2585 bool fsuid_only = find_flags & FIND_FSUID_ONLY; in __cifs_get_writable_file()
2586 bool with_delete = find_flags & FIND_WITH_DELETE; in __cifs_get_writable_file()
2620 if ((find_flags & FIND_NO_PENDING_DELETE) && in __cifs_get_writable_file()
2623 if ((find_flags & FIND_OPEN_FLAGS) && in __cifs_get_writable_file()