Lines Matching defs:inode
143 static int no_open(struct inode *inode, struct file *file) in no_open()
156 int inode_init_always(struct super_block *sb, struct inode *inode) in inode_init_always()
238 void free_inode_nonrcu(struct inode *inode) in free_inode_nonrcu()
246 struct inode *inode = container_of(head, struct inode, i_rcu); in i_callback() local
256 struct inode *inode; in alloc_inode() local
280 void __destroy_inode(struct inode *inode) in __destroy_inode()
302 static void destroy_inode(struct inode *inode) in destroy_inode()
328 void drop_nlink(struct inode *inode) in drop_nlink()
345 void clear_nlink(struct inode *inode) in clear_nlink()
362 void set_nlink(struct inode *inode, unsigned int nlink) in set_nlink()
384 void inc_nlink(struct inode *inode) in inc_nlink()
416 void inode_init_once(struct inode *inode) in inode_init_once()
432 struct inode *inode = (struct inode *) foo; in init_once() local
440 void __iget(struct inode *inode) in __iget()
448 void ihold(struct inode *inode) in ihold()
454 static void __inode_add_lru(struct inode *inode, bool rotate) in __inode_add_lru()
476 void inode_add_lru(struct inode *inode) in inode_add_lru()
481 static void inode_lru_list_del(struct inode *inode) in inode_lru_list_del()
491 void inode_sb_list_add(struct inode *inode) in inode_sb_list_add()
499 static inline void inode_sb_list_del(struct inode *inode) in inode_sb_list_del()
526 void __insert_inode_hash(struct inode *inode, unsigned long hashval) in __insert_inode_hash()
544 void __remove_inode_hash(struct inode *inode) in __remove_inode_hash()
603 void clear_inode(struct inode *inode) in clear_inode()
643 static void evict(struct inode *inode) in evict()
692 struct inode *inode; in dispose_list() local
713 struct inode *inode, *next; in evict_inodes() local
764 struct inode *inode, *next; in invalidate_inodes() local
819 struct inode *inode = container_of(item, struct inode, i_lru); in inode_lru_isolate() local
906 int (*test)(struct inode *, void *), in find_inode()
909 struct inode *inode = NULL; in find_inode() local
940 struct inode *inode = NULL; in find_inode_fast() local
1018 struct inode *inode = alloc_inode(sb); in new_inode_pseudo() local
1042 struct inode *inode; in new_inode() local
1054 void lockdep_annotate_inode_mutex_key(struct inode *inode) in lockdep_annotate_inode_mutex_key()
1081 void unlock_new_inode(struct inode *inode) in unlock_new_inode()
1093 void discard_new_inode(struct inode *inode) in discard_new_inode()
1161 struct inode *inode_insert5(struct inode *inode, unsigned long hashval, in inode_insert5()
1162 int (*test)(struct inode *, void *), in inode_insert5()
1163 int (*set)(struct inode *, void *), void *data) in inode_insert5()
1235 int (*test)(struct inode *, void *), in iget5_locked()
1236 int (*set)(struct inode *, void *), void *data) in iget5_locked()
1238 struct inode *inode = ilookup5(sb, hashval, test, data); in iget5_locked() local
1270 struct inode *inode; in iget_locked() local
1338 struct inode *inode; in test_inode_iunique() local
1386 struct inode *igrab(struct inode *inode) in igrab()
1422 int (*test)(struct inode *, void *), void *data) in ilookup5_nowait()
1425 struct inode *inode; in ilookup5_nowait() local
1453 int (*test)(struct inode *, void *), void *data) in ilookup5()
1455 struct inode *inode; in ilookup5() local
1480 struct inode *inode; in ilookup() local
1524 int (*match)(struct inode *, unsigned long, in find_inode_nowait()
1529 struct inode *inode, *ret_inode = NULL; in find_inode_nowait() local
1571 int (*test)(struct inode *, void *), void *data) in find_inode_rcu()
1574 struct inode *inode; in find_inode_rcu() local
1612 struct inode *inode; in find_inode_by_ino_rcu() local
1627 int insert_inode_locked(struct inode *inode) in insert_inode_locked()
1674 int insert_inode_locked4(struct inode *inode, unsigned long hashval, in insert_inode_locked4()
1675 int (*test)(struct inode *, void *), void *data) in insert_inode_locked4()
1691 int generic_delete_inode(struct inode *inode) in generic_delete_inode()
1707 static void iput_final(struct inode *inode) in iput_final()
1759 void iput(struct inode *inode) in iput()
1793 int bmap(struct inode *inode, sector_t *block) in bmap()
1809 static int relatime_need_update(struct vfsmount *mnt, struct inode *inode, in relatime_need_update()
1838 int generic_update_time(struct inode *inode, struct timespec64 *time, int flags) in generic_update_time()
1868 int inode_update_time(struct inode *inode, struct timespec64 *time, int flags) in inode_update_time()
1885 bool atime_needs_update(const struct path *path, struct inode *inode) in atime_needs_update()
1923 struct inode *inode = d_inode(path->dentry); in touch_atime() local
1987 struct inode *inode = d_inode(dentry); in dentry_needs_remove_privs() local
2019 struct inode *inode = file_inode(file); in __file_remove_privs() local
2057 static int inode_needs_update_time(struct inode *inode, struct timespec64 *now) in inode_needs_update_time()
2084 struct inode *inode = file_inode(file); in __file_update_time() local
2112 struct inode *inode = file_inode(file); in file_update_time() local
2141 struct inode *inode = file_inode(file); in file_modified_flags() local
2198 int inode_needs_sync(struct inode *inode) in inode_needs_sync()
2219 static void __wait_on_freeing_inode(struct inode *inode) in __wait_on_freeing_inode()
2291 void init_special_inode(struct inode *inode, umode_t mode, dev_t rdev) in init_special_inode()
2324 void inode_init_owner(struct user_namespace *mnt_userns, struct inode *inode, in inode_init_owner()
2355 const struct inode *inode) in inode_owner_or_capable()
2374 static void __inode_dio_wait(struct inode *inode) in __inode_dio_wait()
2397 void inode_dio_wait(struct inode *inode) in inode_dio_wait()
2420 void inode_set_flags(struct inode *inode, unsigned int flags, in inode_set_flags()
2428 void inode_nohighmem(struct inode *inode) in inode_nohighmem()
2443 struct timespec64 timestamp_truncate(struct timespec64 t, struct inode *inode) in timestamp_truncate()
2475 struct timespec64 current_time(struct inode *inode) in current_time()