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, 148 unsigned int find_flags, 600 unsigned int find_flags, in cifs_get_writable_file() argument 603 find_flags &= ~FIND_OPEN_FLAGS; in cifs_get_writable_file() 604 return __cifs_get_writable_file(cifs_inode, find_flags, 0, ret_file); in cifs_get_writable_file() 608 find_readable_file(struct cifsInodeInfo *cinode, unsigned int find_flags) in find_readable_file() argument 610 find_flags &= ~FIND_OPEN_FLAGS; in find_readable_file() 611 find_flags |= FIND_NO_PENDING_DELETE; in find_readable_file() 612 return __find_readable_file(cinode, find_flags, 0); in find_readable_file()
|
| H A D | file.c | 2619 unsigned int find_flags, in __find_readable_file() argument 2623 bool fsuid_only = find_flags & FIND_FSUID_ONLY; in __find_readable_file() 2637 if ((find_flags & FIND_NO_PENDING_DELETE) && in __find_readable_file() 2640 if ((find_flags & FIND_OPEN_FLAGS) && in __find_readable_file() 2663 unsigned int find_flags, unsigned int open_flags, in __cifs_get_writable_file() argument 2687 find_flags = FIND_ANY; in __cifs_get_writable_file() 2691 with_delete = find_flags & FIND_WITH_DELETE; in __cifs_get_writable_file() 2692 fsuid_only = find_flags & FIND_FSUID_ONLY; in __cifs_get_writable_file() 2710 if ((find_flags & FIND_NO_PENDING_DELETE) && in __cifs_get_writable_file() 2713 if ((find_flags & FIND_OPEN_FLAGS) && in __cifs_get_writable_file()
|