Lines Matching defs:inode
16 static inline void dirty_indirect(struct buffer_head *bh, struct inode *inode) in dirty_indirect()
23 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH]) in block_to_path()
88 static Indirect *get_branch(struct inode *inode, in get_branch()
125 static int alloc_branch(struct inode *inode, in alloc_branch()
168 static inline int splice_branch(struct inode *inode, in splice_branch()
203 static int get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int creat… in get_block()
277 static Indirect *find_shared(struct inode *inode, in find_shared()
326 static inline void free_data(struct inode *inode, sysv_zone_t *p, sysv_zone_t *q) in free_data()
338 static void free_branches(struct inode *inode, sysv_zone_t *p, sysv_zone_t *q, int depth) in free_branches()
364 void sysv_truncate (struct inode * inode) in sysv_truncate()
471 struct inode *inode = mapping->host; in sysv_write_failed() local