Home
last modified time | relevance | path

Searched defs:inode (Results 201 – 225 of 1719) sorted by relevance

12345678910>>...69

/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dxattr_security.c14 struct inode *inode, const char *name, void *buffer, size_t size, in security_get()
26 struct inode *inode, const char *name, const void *buffer, in security_set()
45 int reiserfs_security_init(struct inode *dir, struct inode *inode, in reiserfs_security_init()
81 struct inode *inode, in reiserfs_security_write()
H A Dxattr.c147 static struct dentry *open_xa_dir(const struct inode *inode, int flags) in open_xa_dir()
238 static int reiserfs_for_each_xattr(struct inode *inode, in reiserfs_for_each_xattr()
362 int reiserfs_delete_xattrs(struct inode *inode) in reiserfs_delete_xattrs()
373 int reiserfs_chown_xattrs(struct inode *inode, struct iattr *attrs) in reiserfs_chown_xattrs()
389 static struct dentry *xattr_lookup(struct inode *inode, const char *name, in xattr_lookup()
472 static void update_ctime(struct inode *inode) in update_ctime()
484 static int lookup_and_delete_xattr(struct inode *inode, const char *name) in lookup_and_delete_xattr()
520 struct inode *inode, const char *name, in reiserfs_xattr_set_handle()
618 int reiserfs_xattr_set(struct inode *inode, const char *name, in reiserfs_xattr_set()
656 reiserfs_xattr_get(struct inode *inode, const char *name, void *buffer, in reiserfs_xattr_get()
[all …]
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dacl.c176 struct posix_acl *jffs2_get_acl(struct inode *inode, int type) in jffs2_get_acl()
210 static int __jffs2_set_acl(struct inode *inode, int xprefix, struct posix_acl *acl) in __jffs2_set_acl()
229 int jffs2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in jffs2_set_acl()
268 int jffs2_init_acl_pre(struct inode *dir_i, struct inode *inode, umode_t *i_mode) in jffs2_init_acl_pre()
290 int jffs2_init_acl_post(struct inode *inode) in jffs2_init_acl_post()
/OK3568_Linux_fs/kernel/fs/udf/
H A Dtruncate.c29 static void extent_trunc(struct inode *inode, struct extent_position *epos, in extent_trunc()
67 void udf_truncate_tail_extent(struct inode *inode) in udf_truncate_tail_extent()
121 void udf_discard_prealloc(struct inode *inode) in udf_discard_prealloc()
179 static void udf_update_alloc_ext_desc(struct inode *inode, in udf_update_alloc_ext_desc()
202 int udf_truncate_extents(struct inode *inode) in udf_truncate_extents()
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dnamei.c26 struct inode *inode; in orangefs_create() local
109 struct inode *inode; in orangefs_lookup() local
174 struct inode *inode = dentry->d_inode; in orangefs_unlink() local
225 struct inode *inode; in orangefs_symlink() local
311 struct inode *inode; in orangefs_mkdir() local
/OK3568_Linux_fs/kernel/fs/hugetlbfs/
H A Dinode.c90 struct inode *inode, pgoff_t index) in hugetlb_set_vma_policy()
102 struct inode *inode, pgoff_t index) in hugetlb_set_vma_policy()
133 struct inode *inode = file_inode(file); in hugetlbfs_file_mmap() local
327 struct inode *inode = mapping->host; in hugetlbfs_read_iter() local
465 static void remove_inode_hugepages(struct inode *inode, loff_t lstart, in remove_inode_hugepages()
557 static void hugetlbfs_evict_inode(struct inode *inode) in hugetlbfs_evict_inode()
576 static int hugetlb_vmtruncate(struct inode *inode, loff_t offset) in hugetlb_vmtruncate()
594 static long hugetlbfs_punch_hole(struct inode *inode, loff_t offset, loff_t len) in hugetlbfs_punch_hole()
635 struct inode *inode = file_inode(file); in hugetlbfs_fallocate() local
763 struct inode *inode = d_inode(dentry); in hugetlbfs_setattr() local
[all …]
/OK3568_Linux_fs/kernel/fs/nfs/
H A Diostat.h32 static inline void nfs_inc_stats(const struct inode *inode, in nfs_inc_stats()
45 static inline void nfs_add_stats(const struct inode *inode, in nfs_add_stats()
53 static inline void nfs_add_fscache_stats(struct inode *inode, in nfs_add_fscache_stats()
59 static inline void nfs_inc_fscache_stats(struct inode *inode, in nfs_inc_fscache_stats()
H A Dread.c62 struct inode *inode, bool force_mds, in nfs_pageio_init_read()
96 struct inode *inode = d_inode(nfs_req_openctx(req)->dentry); in nfs_readpage_release() local
117 int nfs_readpage_async(struct nfs_open_context *ctx, struct inode *inode, in nfs_readpage_async()
212 struct inode *inode = hdr->inode; in nfs_initiate_read() local
243 struct inode *inode) in nfs_readpage_done()
316 struct inode *inode = page_file_mapping(page)->host; in nfs_readpage() local
415 struct inode *inode = mapping->host; in nfs_readpages() local
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dioctl.c89 void ext4_reset_inode_seed(struct inode *inode) in ext4_reset_inode_seed()
114 struct inode *inode) in swap_inode_boot_loader()
279 static int ext4_ioctl_check_immutable(struct inode *inode, __u32 new_projid, in ext4_ioctl_check_immutable()
297 static void ext4_dax_dontcache(struct inode *inode, unsigned int flags) in ext4_dax_dontcache()
312 static bool dax_compatible(struct inode *inode, unsigned int oldflags, in dax_compatible()
335 static int ext4_ioctl_setflags(struct inode *inode, in ext4_ioctl_setflags()
467 struct inode *inode = file_inode(filp); in ext4_ioctl_setproject() local
776 static void ext4_fill_fsxattr(struct inode *inode, struct fsxattr *fa) in ext4_fill_fsxattr()
795 struct inode *inode = file_inode(filp); in ext4_ioctl_get_es_cache() local
820 struct inode *inode = file_inode(filp); in __ext4_ioctl() local
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dcaps.c630 void ceph_add_cap(struct inode *inode, in ceph_add_cap()
974 struct inode *inode = &ci->vfs_inode; in ceph_caps_revoking() local
1107 int ceph_is_any_caps(struct inode *inode) in ceph_is_any_caps()
1358 struct inode *inode = &ci->vfs_inode; in __prep_cap() local
1455 struct inode *inode = &ci->vfs_inode; in __send_cap() local
1475 static inline int __send_flush_snap(struct inode *inode, in __send_flush_snap()
1543 struct inode *inode = &ci->vfs_inode; in __ceph_flush_snaps() local
1636 struct inode *inode = &ci->vfs_inode; in ceph_flush_snaps() local
1704 struct inode *inode = &ci->vfs_inode; in __ceph_mark_dirty_caps() local
1822 static u64 __mark_caps_flushing(struct inode *inode, in __mark_caps_flushing()
[all …]
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dacl.c40 static struct posix_acl *__gfs2_get_acl(struct inode *inode, int type) in __gfs2_get_acl()
60 struct posix_acl *gfs2_get_acl(struct inode *inode, int type) in gfs2_get_acl()
80 int __gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __gfs2_set_acl()
109 int gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in gfs2_set_acl()
H A Dinode.h45 static inline void gfs2_set_inode_blocks(struct inode *inode, u64 blocks) in gfs2_set_inode_blocks()
51 static inline u64 gfs2_get_inode_blocks(const struct inode *inode) in gfs2_get_inode_blocks()
57 static inline void gfs2_add_inode_blocks(struct inode *inode, s64 change) in gfs2_add_inode_blocks()
77 static inline int gfs2_check_internal_file_size(struct inode *inode, in gfs2_check_internal_file_size()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dacl.c168 static struct posix_acl *__f2fs_get_acl(struct inode *inode, int type, in __f2fs_get_acl()
199 struct posix_acl *f2fs_get_acl(struct inode *inode, int type) in f2fs_get_acl()
204 static int f2fs_acl_update_mode(struct inode *inode, umode_t *mode_p, in f2fs_acl_update_mode()
225 static int __f2fs_set_acl(struct inode *inode, int type, in __f2fs_set_acl()
273 int f2fs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in f2fs_set_acl()
405 int f2fs_init_acl(struct inode *inode, struct inode *dir, struct page *ipage, in f2fs_init_acl()
H A Ddir.c23 static unsigned long dir_blocks(struct inode *inode) in dir_blocks()
479 struct page *page, struct inode *inode) in f2fs_set_link()
494 static void init_dent_inode(struct inode *dir, struct inode *inode, in init_dent_inode()
530 void f2fs_do_make_empty_dir(struct inode *inode, struct inode *parent, in f2fs_do_make_empty_dir()
543 static int make_empty_dir(struct inode *inode, in make_empty_dir()
567 struct page *f2fs_init_inode_metadata(struct inode *inode, struct inode *dir, in f2fs_init_inode_metadata()
635 void f2fs_update_parent_metadata(struct inode *dir, struct inode *inode, in f2fs_update_parent_metadata()
710 struct inode *inode, nid_t ino, umode_t mode) in f2fs_add_regular_entry()
807 struct inode *inode, nid_t ino, umode_t mode) in f2fs_add_dentry()
825 struct inode *inode, nid_t ino, umode_t mode) in f2fs_do_add_link()
[all …]
/OK3568_Linux_fs/kernel/fs/hfs/
H A Dextent.c110 static int __hfs_ext_write_extent(struct inode *inode, struct hfs_find_data *fd) in __hfs_ext_write_extent()
135 int hfs_ext_write_extent(struct inode *inode) in hfs_ext_write_extent()
169 static inline int __hfs_ext_cache_extent(struct hfs_find_data *fd, struct inode *inode, u32 block) in __hfs_ext_cache_extent()
191 static int hfs_ext_read_extent(struct inode *inode, u16 block) in hfs_ext_read_extent()
336 int hfs_get_block(struct inode *inode, sector_t block, in hfs_get_block()
391 int hfs_extend_file(struct inode *inode) in hfs_extend_file()
476 void hfs_file_truncate(struct inode *inode) in hfs_file_truncate()
/OK3568_Linux_fs/kernel/fs/notify/
H A Dfsnotify.c20 void __fsnotify_inode_delete(struct inode *inode) in __fsnotify_inode_delete()
40 struct inode *inode, *iput_inode = NULL; in fsnotify_unmount_inodes() local
108 void __fsnotify_update_child_dentry_flags(struct inode *inode) in __fsnotify_update_child_dentry_flags()
146 static bool fsnotify_event_needs_parent(struct inode *inode, struct mount *mnt, in fsnotify_event_needs_parent()
185 struct inode *inode = d_inode(dentry); in __fsnotify_parent() local
249 struct inode *inode = fsnotify_data_inode(data, data_type); in fsnotify_handle_inode_event() local
463 const struct qstr *file_name, struct inode *inode, u32 cookie) in fsnotify()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dinode.c107 static void fuse_free_inode(struct inode *inode) in fuse_free_inode()
119 static void fuse_evict_inode(struct inode *inode) in fuse_evict_inode()
168 void fuse_change_attributes_common(struct inode *inode, struct fuse_attr *attr, in fuse_change_attributes_common()
219 void fuse_change_attributes(struct inode *inode, struct fuse_attr *attr, in fuse_change_attributes()
274 static void fuse_init_inode(struct inode *inode, struct fuse_attr *attr) in fuse_init_inode()
298 static int fuse_inode_eq(struct inode *inode, void *_nodeidp) in fuse_inode_eq()
307 static int fuse_inode_set(struct inode *inode, void *_nodeidp) in fuse_inode_set()
318 struct inode *inode; in fuse_iget() local
373 struct inode *inode; in fuse_ilookup() local
395 struct inode *inode; in fuse_reverse_inval_inode() local
[all …]
/OK3568_Linux_fs/kernel/security/integrity/
H A Diint.c33 static struct integrity_iint_cache *__integrity_iint_find(struct inode *inode) in __integrity_iint_find()
57 struct integrity_iint_cache *integrity_iint_find(struct inode *inode) in integrity_iint_find()
95 struct integrity_iint_cache *integrity_inode_get(struct inode *inode) in integrity_inode_get()
146 void integrity_inode_free(struct inode *inode) in integrity_inode_free()
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dxattr.c75 # define ea_idebug(inode, f...) do { \ argument
88 # define ea_idebug(inode, f...) no_printk(f) argument
126 #define EA_BLOCK_CACHE(inode) (EXT2_SB(inode->i_sb)->s_ea_block_cache) argument
196 ext2_xattr_get(struct inode *inode, int name_index, const char *name, in ext2_xattr_get()
290 struct inode *inode = d_inode(dentry); in ext2_xattr_list() local
407 ext2_xattr_set(struct inode *inode, int name_index, const char *name, in ext2_xattr_set()
658 ext2_xattr_set2(struct inode *inode, struct buffer_head *old_bh, in ext2_xattr_set2()
793 ext2_xattr_delete_inode(struct inode *inode) in ext2_xattr_delete_inode()
937 ext2_xattr_cache_find(struct inode *inode, struct ext2_xattr_header *header) in ext2_xattr_cache_find()
H A Ddir.c64 static inline unsigned ext2_chunk_size(struct inode *inode) in ext2_chunk_size()
80 ext2_last_byte(struct inode *inode, unsigned long page_nr) in ext2_last_byte()
255 static inline void ext2_set_de_type(ext2_dirent *de, struct inode *inode) in ext2_set_de_type()
267 struct inode *inode = file_inode(file); in ext2_readdir() local
437 struct page *page, struct inode *inode, int update_times) in ext2_set_link()
460 int ext2_add_link (struct dentry *dentry, struct inode *inode) in ext2_add_link()
561 struct inode *inode = page->mapping->host; in ext2_delete_entry() local
602 int ext2_make_empty(struct inode *inode, struct inode *parent) in ext2_make_empty()
643 int ext2_empty_dir (struct inode * inode) in ext2_empty_dir()
/OK3568_Linux_fs/kernel/fs/ufs/
H A Dballoc.c39 void ufs_free_fragments(struct inode *inode, u64 fragment, unsigned count) in ufs_free_fragments()
135 void ufs_free_blocks(struct inode *inode, u64 fragment, unsigned count) in ufs_free_blocks()
239 static void ufs_change_blocknr(struct inode *inode, sector_t beg, in ufs_change_blocknr()
325 static void ufs_clear_frags(struct inode *inode, sector_t beg, unsigned int n, in ufs_clear_frags()
344 u64 ufs_new_fragments(struct inode *inode, void *p, u64 fragment, in ufs_new_fragments()
494 static bool try_add_frags(struct inode *inode, unsigned frags) in try_add_frags()
508 static u64 ufs_add_fragments(struct inode *inode, u64 fragment, in ufs_add_fragments()
587 static u64 ufs_alloc_fragments(struct inode *inode, unsigned cgno, in ufs_alloc_fragments()
700 static u64 ufs_alloccg_block(struct inode *inode, in ufs_alloccg_block()
/OK3568_Linux_fs/kernel/drivers/misc/ibmasm/
H A Dibmasmfs.c154 struct inode *inode; in ibmasmfs_create_file() local
177 struct inode *inode; in ibmasmfs_create_dir() local
231 static int command_file_open(struct inode *inode, struct file *file) in command_file_open()
248 static int command_file_close(struct inode *inode, struct file *file) in command_file_close()
337 static int event_file_open(struct inode *inode, struct file *file) in event_file_open()
359 static int event_file_close(struct inode *inode, struct file *file) in event_file_close()
426 static int r_heartbeat_file_open(struct inode *inode, struct file *file) in r_heartbeat_file_open()
444 static int r_heartbeat_file_close(struct inode *inode, struct file *file) in r_heartbeat_file_close()
497 static int remote_settings_file_close(struct inode *inode, struct file *file) in remote_settings_file_close()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Ddir.c62 static inline unsigned int nilfs_chunk_size(struct inode *inode) in nilfs_chunk_size()
77 static unsigned int nilfs_last_byte(struct inode *inode, unsigned long page_nr) in nilfs_last_byte()
256 static void nilfs_set_de_type(struct nilfs_dir_entry *de, struct inode *inode) in nilfs_set_de_type()
266 struct inode *inode = file_inode(file); in nilfs_readdir() local
418 struct page *page, struct inode *inode) in nilfs_set_link()
438 int nilfs_add_link(struct dentry *dentry, struct inode *inode) in nilfs_add_link()
541 struct inode *inode = mapping->host; in nilfs_delete_entry() local
579 int nilfs_make_empty(struct inode *inode, struct inode *parent) in nilfs_make_empty()
621 int nilfs_empty_dir(struct inode *inode) in nilfs_empty_dir()
/OK3568_Linux_fs/kernel/fs/hostfs/
H A Dhostfs_kern.c30 static inline struct hostfs_inode_info *HOSTFS_I(struct inode *inode) in HOSTFS_I()
184 struct inode *inode = new_inode(sb); in hostfs_iget() local
233 static void hostfs_evict_inode(struct inode *inode) in hostfs_evict_inode()
243 static void hostfs_free_inode(struct inode *inode) in hostfs_free_inode()
355 static int hostfs_file_release(struct inode *inode, struct file *file) in hostfs_file_release()
365 struct inode *inode = file->f_mapping->host; in hostfs_fsync() local
401 struct inode *inode = mapping->host; in hostfs_writepage() local
477 struct inode *inode = mapping->host; in hostfs_write_end() local
560 struct inode *inode; in hostfs_create() local
599 struct inode *inode; in hostfs_lookup() local
[all …]
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_export.c42 struct inode *inode, in xfs_fs_encode_fh()
162 struct inode *inode = NULL; in xfs_fs_fh_to_dentry() local
186 struct inode *inode = NULL; in xfs_fs_fh_to_parent() local
221 struct inode *inode) in xfs_fs_nfs_commit_metadata()

12345678910>>...69