Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dbmap.c2345 u64 end_of_file; in gfs2_write_alloc_required() local
2358 end_of_file = (i_size_read(&ip->i_inode) + sdp->sd_sb.sb_bsize - 1) >> shift; in gfs2_write_alloc_required()
2361 if (lblock_stop > end_of_file && ip != GFS2_I(sdp->sd_rindex)) in gfs2_write_alloc_required()
/linux/fs/smb/client/
H A Dcifsproto.h135 bool is_size_safe_to_change(struct cifsInodeInfo *cifsInode, __u64 end_of_file,
H A Dfile.c3259 bool is_size_safe_to_change(struct cifsInodeInfo *cifsInode, __u64 end_of_file, in is_size_safe_to_change() argument
3289 if (i_size_read(&cifsInode->netfs.inode) < end_of_file) in is_size_safe_to_change()