Lines Matching defs:inode
116 static int no_open(struct inode *inode, struct file *file) in no_open()
129 int inode_init_always(struct super_block *sb, struct inode *inode) in inode_init_always()
195 struct inode *inode; in alloc_inode() local
216 void free_inode_nonrcu(struct inode *inode) in free_inode_nonrcu()
222 void __destroy_inode(struct inode *inode) in __destroy_inode()
246 struct inode *inode = container_of(head, struct inode, i_rcu); in i_callback() local
250 static void destroy_inode(struct inode *inode) in destroy_inode()
271 void drop_nlink(struct inode *inode) in drop_nlink()
288 void clear_nlink(struct inode *inode) in clear_nlink()
305 void set_nlink(struct inode *inode, unsigned int nlink) in set_nlink()
327 void inc_nlink(struct inode *inode) in inc_nlink()
355 void inode_init_once(struct inode *inode) in inode_init_once()
372 struct inode *inode = (struct inode *) foo; in init_once() local
380 void __iget(struct inode *inode) in __iget()
388 void ihold(struct inode *inode) in ihold()
394 static void inode_lru_list_add(struct inode *inode) in inode_lru_list_add()
405 void inode_add_lru(struct inode *inode) in inode_add_lru()
414 static void inode_lru_list_del(struct inode *inode) in inode_lru_list_del()
425 void inode_sb_list_add(struct inode *inode) in inode_sb_list_add()
433 static inline void inode_sb_list_del(struct inode *inode) in inode_sb_list_del()
460 void __insert_inode_hash(struct inode *inode, unsigned long hashval) in __insert_inode_hash()
478 void __remove_inode_hash(struct inode *inode) in __remove_inode_hash()
488 void clear_inode(struct inode *inode) in clear_inode()
521 static void evict(struct inode *inode) in evict()
572 struct inode *inode; in dispose_list() local
593 struct inode *inode, *next; in evict_inodes() local
643 struct inode *inode, *next; in invalidate_inodes() local
695 struct inode *inode = container_of(item, struct inode, i_lru); in inode_lru_isolate() local
774 int (*test)(struct inode *, void *), in find_inode()
777 struct inode *inode = NULL; in find_inode() local
804 struct inode *inode = NULL; in find_inode_fast() local
878 struct inode *inode = alloc_inode(sb); in new_inode_pseudo() local
903 struct inode *inode; in new_inode() local
915 void lockdep_annotate_inode_mutex_key(struct inode *inode) in lockdep_annotate_inode_mutex_key()
942 void unlock_new_inode(struct inode *inode) in unlock_new_inode()
1010 int (*test)(struct inode *, void *), in iget5_locked()
1011 int (*set)(struct inode *, void *), void *data) in iget5_locked()
1014 struct inode *inode; in iget5_locked() local
1084 struct inode *inode; in iget_locked() local
1140 struct inode *inode; in test_inode_iunique() local
1191 struct inode *igrab(struct inode *inode) in igrab()
1227 int (*test)(struct inode *, void *), void *data) in ilookup5_nowait()
1230 struct inode *inode; in ilookup5_nowait() local
1258 int (*test)(struct inode *, void *), void *data) in ilookup5()
1260 struct inode *inode = ilookup5_nowait(sb, hashval, test, data); in ilookup5() local
1279 struct inode *inode; in ilookup() local
1316 int (*match)(struct inode *, unsigned long, in find_inode_nowait()
1321 struct inode *inode, *ret_inode = NULL; in find_inode_nowait() local
1341 int insert_inode_locked(struct inode *inode) in insert_inode_locked()
1383 int insert_inode_locked4(struct inode *inode, unsigned long hashval, in insert_inode_locked4()
1384 int (*test)(struct inode *, void *), void *data) in insert_inode_locked4()
1427 int generic_delete_inode(struct inode *inode) in generic_delete_inode()
1443 static void iput_final(struct inode *inode) in iput_final()
1489 void iput(struct inode *inode) in iput()
1520 sector_t bmap(struct inode *inode, sector_t block) in bmap()
1534 static int relatime_need_update(struct vfsmount *mnt, struct inode *inode, in relatime_need_update()
1563 int generic_update_time(struct inode *inode, struct timespec *time, int flags) in generic_update_time()
1587 static int update_time(struct inode *inode, struct timespec *time, int flags) in update_time()
1606 bool atime_needs_update(const struct path *path, struct inode *inode) in atime_needs_update()
1637 struct inode *inode = d_inode(path->dentry); in touch_atime() local
1701 struct inode *inode = d_inode(dentry); in dentry_needs_remove_privs() local
1737 struct inode *inode = d_inode(dentry); in file_remove_privs() local
1772 struct inode *inode = file_inode(file); in file_update_time() local
1805 int inode_needs_sync(struct inode *inode) in inode_needs_sync()
1826 static void __wait_on_freeing_inode(struct inode *inode) in __wait_on_freeing_inode()
1908 void init_special_inode(struct inode *inode, umode_t mode, dev_t rdev) in init_special_inode()
1934 void inode_init_owner(struct inode *inode, const struct inode *dir, in inode_init_owner()
1955 bool inode_owner_or_capable(const struct inode *inode) in inode_owner_or_capable()
1972 static void __inode_dio_wait(struct inode *inode) in __inode_dio_wait()
1995 void inode_dio_wait(struct inode *inode) in inode_dio_wait()
2018 void inode_set_flags(struct inode *inode, unsigned int flags, in inode_set_flags()