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.h141 unsigned int find_flags, unsigned int open_flags,
147 unsigned int find_flags,
599 unsigned int find_flags, in cifs_get_writable_file() argument
602 find_flags &= ~FIND_OPEN_FLAGS; in cifs_get_writable_file()
603 return __cifs_get_writable_file(cifs_inode, find_flags, 0, ret_file); in cifs_get_writable_file()
607 find_readable_file(struct cifsInodeInfo *cinode, unsigned int find_flags) in find_readable_file() argument
609 find_flags &= ~FIND_OPEN_FLAGS; in find_readable_file()
610 find_flags |= FIND_NO_PENDING_DELETE; in find_readable_file()
611 return __find_readable_file(cinode, find_flags, 0); in find_readable_file()
H A Dfile.c2564 unsigned int find_flags, in __find_readable_file() argument
2568 bool fsuid_only = find_flags & FIND_FSUID_ONLY; in __find_readable_file()
2582 if ((find_flags & FIND_NO_PENDING_DELETE) && in __find_readable_file()
2585 if ((find_flags & FIND_OPEN_FLAGS) && in __find_readable_file()
2608 unsigned int find_flags, unsigned int open_flags, in __cifs_get_writable_file() argument
2632 find_flags = FIND_ANY; in __cifs_get_writable_file()
2636 with_delete = find_flags & FIND_WITH_DELETE; in __cifs_get_writable_file()
2637 fsuid_only = find_flags & FIND_FSUID_ONLY; in __cifs_get_writable_file()
2655 if ((find_flags & FIND_NO_PENDING_DELETE) && in __cifs_get_writable_file()
2658 if ((find_flags & FIND_OPEN_FLAGS) && in __cifs_get_writable_file()