Lines Matching defs:inode
1293 static int f2fs_drop_inode(struct inode *inode) in f2fs_drop_inode()
1355 int f2fs_inode_dirtied(struct inode *inode, bool sync) in f2fs_inode_dirtied()
1376 void f2fs_inode_synced(struct inode *inode) in f2fs_inode_synced()
1400 static void f2fs_dirty_inode(struct inode *inode, int flags) in f2fs_dirty_inode()
1417 static void f2fs_free_inode(struct inode *inode) in f2fs_free_inode()
2328 struct inode *inode = sb_dqopt(sb)->files[type]; in f2fs_quota_read() local
2387 struct inode *inode = sb_dqopt(sb)->files[type]; in f2fs_quota_write() local
2435 static struct dquot **f2fs_get_dquots(struct inode *inode) in f2fs_get_dquots()
2440 static qsize_t *f2fs_get_reserved_space(struct inode *inode) in f2fs_get_reserved_space()
2626 struct inode *inode; in f2fs_quota_on() local
2656 struct inode *inode = sb_dqopt(sb)->files[type]; in __f2fs_quota_off() local
2791 static int f2fs_get_projid(struct inode *inode, kprojid_t *projid) in f2fs_get_projid()
2853 static int f2fs_get_context(struct inode *inode, void *ctx, size_t len) in f2fs_get_context()
2860 static int f2fs_set_context(struct inode *inode, const void *ctx, size_t len, in f2fs_set_context()
2934 struct inode *inode; in f2fs_nfs_get_inode() local
2975 loff_t max_file_blocks(struct inode *inode) in max_file_blocks()