Lines Matching defs:inode
15 static inline void dirty_indirect(struct buffer_head *bh, struct inode *inode) in dirty_indirect()
22 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH]) in block_to_path()
87 static Indirect *get_branch(struct inode *inode, in get_branch()
124 static int alloc_branch(struct inode *inode, in alloc_branch()
167 static inline int splice_branch(struct inode *inode, in splice_branch()
202 static int get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int creat… in get_block()
276 static Indirect *find_shared(struct inode *inode, in find_shared()
325 static inline void free_data(struct inode *inode, sysv_zone_t *p, sysv_zone_t *q) in free_data()
337 static void free_branches(struct inode *inode, sysv_zone_t *p, sysv_zone_t *q, int depth) in free_branches()
363 void sysv_truncate (struct inode * inode) in sysv_truncate()
469 struct inode *inode = mapping->host; in sysv_write_failed() local