Searched defs:VFS_I (Results 1 - 2 of 2) sorted by relevance

/fs/ntfs/
H A Dinode.h245 static inline struct inode *VFS_I(ntfs_inode *ni) function
/fs/xfs/
H A Dxfs_inode.h79 static inline struct inode *VFS_I(struct xfs_inode *ip) function
92 return i_size_read(VFS_I(ip));
103 xfs_fsize_t i_size = i_size_read(VFS_I(ip));
388 ASSERT(atomic_read(&VFS_I(ip)->i_count) > 0) ; \
389 ihold(VFS_I(ip)); \
396 iput(VFS_I(ip)); \

Completed in 75 milliseconds