Searched refs:find_flags (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | cifsproto.h | 142 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 D | file.c | 2534 unsigned int find_flags, in __find_readable_file() argument 2538 bool fsuid_only = find_flags & FIND_FSUID_ONLY; in __find_readable_file() 2552 if ((find_flags & FIND_NO_PENDING_DELETE) && in __find_readable_file() 2555 if ((find_flags & FIND_OPEN_FLAGS) && in __find_readable_file() 2578 unsigned int find_flags, unsigned int open_flags, in __cifs_get_writable_file() argument 2586 bool fsuid_only = find_flags & FIND_FSUID_ONLY; in __cifs_get_writable_file() 2587 bool with_delete = find_flags & FIND_WITH_DELETE; in __cifs_get_writable_file() 2621 if ((find_flags & FIND_NO_PENDING_DELETE) && in __cifs_get_writable_file() 2624 if ((find_flags & FIND_OPEN_FLAGS) && in __cifs_get_writable_file()
|