Home
last modified time | relevance | path

Searched refs:is_size_safe_to_change (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifsproto.h147 extern bool is_size_safe_to_change(struct cifsInodeInfo *cifsInode, __u64 eof,
H A Dinode.c204 if (is_size_safe_to_change(cifs_i, fattr->cf_eof, from_readdir)) { in cifs_fattr_to_inode()
H A Dfile.c4869 bool is_size_safe_to_change(struct cifsInodeInfo *cifsInode, __u64 end_of_file, in is_size_safe_to_change() function