Searched refs:inode (Results 101 - 125 of 1971) sorted by relevance

1234567891011>>

/linux-master/fs/ufs/
H A Dinode.c3 * linux/fs/ufs/inode.c
11 * linux/fs/ext2/inode.c
20 * linux/fs/minix/inode.c
47 static int ufs_block_to_path(struct inode *inode, sector_t i_block, unsigned offsets[4]) argument
49 struct ufs_sb_private_info *uspi = UFS_SB(inode->i_sb)->s_uspi;
74 ufs_warning(inode->i_sb, "ufs_block_to_path", "block > big");
125 static u64 ufs_frag_map(struct inode *inode, unsigned offsets[4], int depth) argument
127 struct ufs_inode_info *ufsi = UFS_I(inode);
222 ufs_extend_tail(struct inode *inode, u64 writes_to, int *err, struct page *locked_page) argument
256 ufs_inode_getfrag(struct inode *inode, unsigned index, sector_t new_fragment, int *err, int *new, struct page *locked_page) argument
335 ufs_inode_getblock(struct inode *inode, u64 ind_block, unsigned index, sector_t new_fragment, int *err, int *new, struct page *locked_page) argument
397 ufs_getfrag_block(struct inode *inode, sector_t fragment, struct buffer_head *bh_result, int create) argument
491 struct inode *inode = mapping->host; local
540 ufs_set_inode_ops(struct inode *inode) argument
564 ufs1_read_inode(struct inode *inode, struct ufs_inode *ufs_inode) argument
612 ufs2_read_inode(struct inode *inode, struct ufs2_inode *ufs2_inode) argument
664 struct inode *inode; local
721 ufs1_update_inode(struct inode *inode, struct ufs_inode *ufs_inode) argument
767 ufs2_update_inode(struct inode *inode, struct ufs2_inode *ufs_inode) argument
810 ufs_update_inode(struct inode * inode, int do_sync) argument
849 ufs_write_inode(struct inode *inode, struct writeback_control *wbc) argument
854 ufs_sync_inode(struct inode *inode) argument
859 ufs_evict_inode(struct inode * inode) argument
884 struct inode *inode; member in struct:to_free
901 ufs_trunc_direct(struct inode *inode) argument
989 free_full_branch(struct inode *inode, u64 ind_block, int depth) argument
1022 free_branch_tail(struct inode *inode, unsigned from, struct ufs_buffer_head *ubh, int depth) argument
1061 ufs_alloc_lastblock(struct inode *inode, loff_t size) argument
1129 ufs_truncate_blocks(struct inode *inode) argument
1195 ufs_truncate(struct inode *inode, loff_t size) argument
1229 struct inode *inode = d_inode(dentry); local
[all...]
/linux-master/fs/f2fs/
H A Dverity.c17 * the total size of an inode's xattr entries to 4096 bytes, which wouldn't be
34 static inline loff_t f2fs_verity_metadata_pos(const struct inode *inode) argument
36 return round_up(inode->i_size, 65536);
40 * Read some verity metadata from the inode. __vfs_read() can't be used because
43 static int pagecache_read(struct inode *inode, void *buf, size_t count, argument
51 page = read_mapping_page(inode->i_mapping, pos >> PAGE_SHIFT,
68 * Write some verity metadata to the inode for FS_IOC_ENABLE_VERITY.
71 static int pagecache_write(struct inode *inod argument
120 struct inode *inode = file_inode(filp); local
149 struct inode *inode = file_inode(filp); local
219 f2fs_get_verity_descriptor(struct inode *inode, void *buf, size_t buf_size) argument
257 f2fs_read_merkle_tree_page(struct inode *inode, pgoff_t index, unsigned long num_ra_pages) argument
280 f2fs_write_merkle_tree_block(struct inode *inode, const void *buf, u64 pos, unsigned int size) argument
[all...]
/linux-master/fs/ext4/
H A Dext4_jbd2.h19 #define EXT4_JOURNAL(inode) (EXT4_SB((inode)->i_sb)->s_journal)
24 * We may have to touch one inode, one bitmap buffer, up to three
30 * summaries), root which is stored in the inode, sb
37 * two bitmap buffers, and two group summaries, in addition to the inode
55 * This include super block, inode block, quota blocks and xattr blocks
71 * inode, bitmap, superblock, group and indirection updates for at least
91 * but inode, sb and group updates are done only once */
211 struct inode *inode,
321 __ext4_journal_start(struct inode *inode, unsigned int line, int type, int blocks, int rsv_blocks, int revoke_creds) argument
406 ext4_journal_blocks_per_page(struct inode *inode) argument
420 ext4_jbd2_inode_add_write(handle_t *handle, struct inode *inode, loff_t start_byte, loff_t length) argument
429 ext4_jbd2_inode_add_wait(handle_t *handle, struct inode *inode, loff_t start_byte, loff_t length) argument
438 ext4_update_inode_fsync_trans(handle_t *handle, struct inode *inode, int datasync) argument
463 ext4_should_journal_data(struct inode *inode) argument
468 ext4_should_order_data(struct inode *inode) argument
473 ext4_should_writeback_data(struct inode *inode) argument
478 ext4_free_data_revoke_credits(struct inode *inode, int blocks) argument
500 ext4_should_dioread_nolock(struct inode *inode) argument
[all...]
H A Dxattr_security.c17 struct dentry *unused, struct inode *inode,
20 return ext4_xattr_get(inode, EXT4_XATTR_INDEX_SECURITY,
27 struct dentry *unused, struct inode *inode,
31 return ext4_xattr_set(inode, EXT4_XATTR_INDEX_SECURITY,
36 ext4_initxattrs(struct inode *inode, const struct xattr *xattr_array, argument
44 err = ext4_xattr_set_handle(handle, inode,
55 ext4_init_security(handle_t *handle, struct inode *inod argument
16 ext4_xattr_security_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
25 ext4_xattr_security_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) argument
[all...]
H A Dinline.c23 static int ext4_get_inline_size(struct inode *inode) argument
25 if (EXT4_I(inode)->i_inline_off)
26 return EXT4_I(inode)->i_inline_size;
31 static int get_max_inline_xattr_value_size(struct inode *inode, argument
40 if (!EXT4_INODE_HAS_XATTR_SPACE(inode))
43 min_offs = EXT4_SB(inode->i_sb)->s_inode_size -
45 EXT4_I(inode)->i_extra_isize -
49 * We need to subtract another sizeof(__u32) since an in-inode xatt
106 ext4_get_max_inline_size(struct inode *inode) argument
139 ext4_find_inline_data_nolock(struct inode *inode) argument
178 ext4_read_inline_data(struct inode *inode, void *buffer, unsigned int len, struct ext4_iloc *iloc) argument
223 ext4_write_inline_data(struct inode *inode, struct ext4_iloc *iloc, void *buffer, loff_t pos, unsigned int len) argument
262 ext4_create_inline_data(handle_t *handle, struct inode *inode, unsigned len) argument
327 ext4_update_inline_data(handle_t *handle, struct inode *inode, unsigned int len) argument
394 ext4_prepare_inline_data(handle_t *handle, struct inode *inode, unsigned int len) argument
418 ext4_destroy_inline_data_nolock(handle_t *handle, struct inode *inode) argument
480 ext4_read_inline_folio(struct inode *inode, struct folio *folio) argument
514 ext4_readpage_inline(struct inode *inode, struct folio *folio) argument
541 ext4_convert_inline_data_to_extent(struct address_space *mapping, struct inode *inode) argument
660 ext4_try_to_write_inline_data(struct address_space *mapping, struct inode *inode, loff_t pos, unsigned len, struct page **pagep) argument
742 ext4_write_inline_data_end(struct inode *inode, loff_t pos, unsigned len, unsigned copied, struct folio *folio) argument
833 ext4_da_convert_inline_data_to_extent(struct address_space *mapping, struct inode *inode, void **fsdata) argument
891 ext4_da_write_inline_data_begin(struct address_space *mapping, struct inode *inode, loff_t pos, unsigned len, struct page **pagep, void **fsdata) argument
1004 ext4_add_dirent_to_inline(handle_t *handle, struct ext4_filename *fname, struct inode *dir, struct inode *inode, struct ext4_iloc *iloc, void *inline_start, int inline_size) argument
1045 ext4_get_inline_xattr_pos(struct inode *inode, struct ext4_iloc *iloc) argument
1108 ext4_restore_inline_data(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc, void *buf, int inline_size) argument
1125 ext4_finish_convert_inline_dir(handle_t *handle, struct inode *inode, struct buffer_head *dir_block, void *buf, int inline_size) argument
1170 ext4_convert_inline_data_nolock(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc) argument
1260 ext4_try_add_inline_entry(handle_t *handle, struct ext4_filename *fname, struct inode *dir, struct inode *inode) argument
1339 struct inode *inode = file_inode(dir_file); local
1454 struct inode *inode = file_inode(file); local
1576 ext4_read_inline_link(struct inode *inode) argument
1605 ext4_get_first_inline_block(struct inode *inode, struct ext4_dir_entry_2 **parent_de, int *retval) argument
1625 ext4_try_create_inline_dir(handle_t *handle, struct inode *parent, struct inode *inode) argument
1764 ext4_get_inline_entry(struct inode *inode, struct ext4_iloc *iloc, unsigned int offset, void **inline_start, int *inline_size) argument
1852 ext4_destroy_inline_data(handle_t *handle, struct inode *inode) argument
1863 ext4_inline_data_iomap(struct inode *inode, struct iomap *iomap) argument
1895 ext4_inline_data_truncate(struct inode *inode, int *has_inline) argument
2002 ext4_convert_inline_data(struct inode *inode) argument
[all...]
H A Dxattr_user.c23 struct dentry *unused, struct inode *inode,
26 if (!test_opt(inode->i_sb, XATTR_USER))
28 return ext4_xattr_get(inode, EXT4_XATTR_INDEX_USER,
35 struct dentry *unused, struct inode *inode,
39 if (!test_opt(inode->i_sb, XATTR_USER))
41 return ext4_xattr_set(inode, EXT4_XATTR_INDEX_USER,
22 ext4_xattr_user_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
33 ext4_xattr_user_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) argument
/linux-master/fs/ubifs/
H A Dcrypto.c4 static int ubifs_crypt_get_context(struct inode *inode, void *ctx, size_t len) argument
6 return ubifs_xattr_get(inode, UBIFS_XATTR_NAME_ENCRYPTION_CONTEXT,
10 static int ubifs_crypt_set_context(struct inode *inode, const void *ctx, argument
15 * operate on a new inode which is not visible to other users
16 * at this point. So, no need to check whether inode is locked.
18 return ubifs_xattr_set(inode, UBIFS_XATTR_NAME_ENCRYPTION_CONTEXT,
22 static bool ubifs_crypt_empty_dir(struct inode *inode) argument
38 ubifs_encrypt(const struct inode *inode, struct ubifs_data_node *dn, unsigned int in_len, unsigned int *out_len, int block) argument
64 ubifs_decrypt(const struct inode *inode, struct ubifs_data_node *dn, unsigned int *out_len, int block) argument
[all...]
/linux-master/fs/minix/
H A Ditree_v1.c20 static inline block_t *i_data(struct inode *inode) argument
22 return (block_t *)minix_i(inode)->u.i1_data;
25 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) argument
31 block, inode->i_sb->s_bdev);
34 if ((u64)block * BLOCK_SIZE >= inode->i_sb->s_maxbytes)
53 int V1_minix_get_block(struct inode * inode, long block, argument
56 return get_block(inode, bloc
59 V1_minix_truncate(struct inode * inode) argument
[all...]
/linux-master/fs/hfsplus/
H A Dxattr_security.c17 struct dentry *unused, struct inode *inode,
20 return hfsplus_getxattr(inode, name, buffer, size,
27 struct dentry *unused, struct inode *inode,
31 return hfsplus_setxattr(inode, name, buffer, size, flags,
36 static int hfsplus_initxattrs(struct inode *inode, argument
59 err = __hfsplus_setxattr(inode, xattr_name,
68 int hfsplus_init_security(struct inode *inod argument
16 hfsplus_security_getxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
25 hfsplus_security_setxattr(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) argument
[all...]
/linux-master/fs/jffs2/
H A Dsecurity.c26 static int jffs2_initxattrs(struct inode *inode, argument
33 err = do_jffs2_setxattr(inode, JFFS2_XPREFIX_SECURITY,
43 int jffs2_init_security(struct inode *inode, struct inode *dir, argument
46 return security_inode_init_security(inode, dir, qstr,
52 struct dentry *unused, struct inode *inode,
55 return do_jffs2_getxattr(inode, JFFS2_XPREFIX_SECURIT
51 jffs2_security_getxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
59 jffs2_security_setxattr(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) argument
[all...]
/linux-master/fs/ext2/
H A Dxattr_security.c13 struct dentry *unused, struct inode *inode,
16 return ext2_xattr_get(inode, EXT2_XATTR_INDEX_SECURITY, name,
23 struct dentry *unused, struct inode *inode,
27 return ext2_xattr_set(inode, EXT2_XATTR_INDEX_SECURITY, name,
31 static int ext2_initxattrs(struct inode *inode, const struct xattr *xattr_array, argument
38 err = ext2_xattr_set(inode, EXT2_XATTR_INDEX_SECURITY,
48 ext2_init_security(struct inode *inod argument
12 ext2_xattr_security_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
21 ext2_xattr_security_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) argument
[all...]
H A Dioctl.c33 struct inode *inode = d_inode(dentry); local
34 struct ext2_inode_info *ei = EXT2_I(inode);
40 if (IS_NOQUOTA(inode))
46 ext2_set_inode_flags(inode);
47 inode_set_ctime_current(inode);
48 mark_inode_dirty(inode);
56 struct inode *inode = file_inode(filp); local
57 struct ext2_inode_info *ei = EXT2_I(inode);
[all...]
H A Dxattr_user.c22 struct dentry *unused, struct inode *inode,
25 if (!test_opt(inode->i_sb, XATTR_USER))
27 return ext2_xattr_get(inode, EXT2_XATTR_INDEX_USER,
34 struct dentry *unused, struct inode *inode,
38 if (!test_opt(inode->i_sb, XATTR_USER))
41 return ext2_xattr_set(inode, EXT2_XATTR_INDEX_USER,
21 ext2_xattr_user_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
32 ext2_xattr_user_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) argument
/linux-master/fs/gfs2/
H A Dbmap.h12 #include "inode.h"
14 struct inode;
50 int gfs2_block_map(struct inode *inode, sector_t lblock,
52 int gfs2_iomap_get(struct inode *inode, loff_t pos, loff_t length,
54 int gfs2_iomap_alloc(struct inode *inode, loff_t pos, loff_t length,
56 int gfs2_get_extent(struct inode *inode, u6
[all...]
H A Dinode.h18 void gfs2_set_aops(struct inode *inode);
45 static inline void gfs2_set_inode_blocks(struct inode *inode, u64 blocks) argument
47 inode->i_blocks = blocks << (inode->i_blkbits - 9);
50 static inline u64 gfs2_get_inode_blocks(const struct inode *inode) argument
52 return inode->i_blocks >> (inode
55 gfs2_add_inode_blocks(struct inode *inode, s64 change) argument
75 gfs2_check_internal_file_size(struct inode *inode, u64 minsize, u64 maxsize) argument
[all...]
/linux-master/fs/qnx4/
H A Dqnx4.h21 struct inode vfs_inode;
24 extern struct inode *qnx4_iget(struct super_block *, unsigned long);
25 extern struct dentry *qnx4_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags);
27 extern unsigned long qnx4_block_map(struct inode *inode, long iblock);
38 static inline struct qnx4_inode_info *qnx4_i(struct inode *inode) argument
40 return container_of(inode, struct qnx4_inode_info, vfs_inode);
43 static inline struct qnx4_inode_entry *qnx4_raw_inode(struct inode *inode) argument
81 struct qnx4_inode_entry inode; member in union:qnx4_directory_entry
[all...]
/linux-master/fs/hfs/
H A Dextent.c110 static int __hfs_ext_write_extent(struct inode *inode, struct hfs_find_data *fd) argument
114 hfs_ext_build_key(fd->search_key, inode->i_ino, HFS_I(inode)->cached_start,
115 HFS_IS_RSRC(inode) ? HFS_FK_RSRC : HFS_FK_DATA);
117 if (HFS_I(inode)->flags & HFS_FLG_EXT_NEW) {
124 hfs_brec_insert(fd, HFS_I(inode)->cached_extents, sizeof(hfs_extent_rec));
125 HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW);
129 hfs_bnode_write(fd->bnode, HFS_I(inode)->cached_extents, fd->entryoffset, fd->entrylength);
130 HFS_I(inode)
135 hfs_ext_write_extent(struct inode *inode) argument
169 __hfs_ext_cache_extent(struct hfs_find_data *fd, struct inode *inode, u32 block) argument
191 hfs_ext_read_extent(struct inode *inode, u16 block) argument
336 hfs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
391 hfs_extend_file(struct inode *inode) argument
476 hfs_file_truncate(struct inode *inode) argument
[all...]
/linux-master/fs/ceph/
H A Dcache.c15 void ceph_fscache_register_inode_cookie(struct inode *inode) argument
17 struct ceph_inode_info *ci = ceph_inode(inode);
18 struct ceph_fs_client *fsc = ceph_inode_to_fs_client(inode);
25 if (!S_ISREG(inode->i_mode))
29 if (!(inode->i_state & I_NEW))
38 i_size_read(inode));
40 mapping_set_release_always(inode->i_mapping);
48 void ceph_fscache_use_cookie(struct inode *inode, boo argument
55 ceph_fscache_unuse_cookie(struct inode *inode, bool update) argument
69 ceph_fscache_update(struct inode *inode) argument
77 ceph_fscache_invalidate(struct inode *inode, bool dio_write) argument
[all...]
/linux-master/fs/ocfs2/
H A Drefcounttree.h34 int ocfs2_decrease_refcount(struct inode *inode,
39 int ocfs2_prepare_refcount_change_for_del(struct inode *inode,
45 int ocfs2_refcount_cow(struct inode *inode,
49 typedef int (ocfs2_post_refcount_func)(struct inode *inode,
65 int ocfs2_refcounted_xattr_delete_need(struct inode *inode,
[all...]
/linux-master/fs/nfs/
H A Dinode.c3 * linux/fs/nfs/inode.c
7 * nfs inode and superblock handling functions
62 /* Default is to see 64-bit inode numbers */
65 static int nfs_update_inode(struct inode *, struct nfs_fattr *);
85 * nfs_compat_user_ino64 - returns the user-visible inode number
88 * This function returns a 32-bit inode number if the boot parameter
107 int nfs_drop_inode(struct inode *inode) argument
109 return NFS_STALE(inode) || generic_drop_inode(inode);
113 nfs_clear_inode(struct inode *inode) argument
126 nfs_evict_inode(struct inode *inode) argument
133 nfs_sync_inode(struct inode *inode) argument
155 nfs_attribute_timeout(struct inode *inode) argument
162 nfs_check_cache_flags_invalid(struct inode *inode, unsigned long flags) argument
170 nfs_check_cache_invalid(struct inode *inode, unsigned long flags) argument
190 nfs_set_cache_invalid(struct inode *inode, unsigned long flags) argument
224 nfs_zap_caches_locked(struct inode *inode) argument
248 nfs_zap_caches(struct inode *inode) argument
255 nfs_zap_mapping(struct inode *inode, struct address_space *mapping) argument
264 nfs_zap_acl_cache(struct inode *inode) argument
277 nfs_invalidate_atime(struct inode *inode) argument
289 nfs_set_inode_stale_locked(struct inode *inode) argument
296 nfs_set_inode_stale(struct inode *inode) argument
315 nfs_find_actor(struct inode *inode, void *opaque) argument
333 nfs_init_locked(struct inode *inode, void *opaque) argument
345 nfs_clear_label_invalid(struct inode *inode) argument
352 nfs_setsecurity(struct inode *inode, struct nfs_fattr *fattr) argument
394 nfs_setsecurity(struct inode *inode, struct nfs_fattr *fattr) argument
408 struct inode *inode; local
450 struct inode *inode = ERR_PTR(-ENOENT); local
613 struct inode *inode = d_inode(dentry); local
670 nfs_vmtruncate(struct inode * inode, loff_t offset) argument
703 nfs_setattr_update_inode(struct inode *inode, struct iattr *attr, struct nfs_fattr *fattr) argument
783 nfs_getattr_readdirplus_enable(const struct inode *inode) argument
807 nfs_get_valid_attrmask(struct inode *inode) argument
836 struct inode *inode = d_inode(path->dentry); local
953 struct inode *inode = d_inode(ctx->dentry); local
985 struct inode *inode = d_inode(ctx->dentry); local
1008 struct inode *inode; local
1070 struct inode *inode = d_inode(ctx->dentry); local
1107 struct inode *inode = d_inode(ctx->dentry); local
1132 nfs_find_open_context(struct inode *inode, const struct cred *cred, fmode_t mode) argument
1158 struct inode *inode = d_inode(ctx->dentry); local
1175 nfs_open(struct inode *inode, struct file *filp) argument
1194 __nfs_revalidate_inode(struct nfs_server *server, struct inode *inode) argument
1267 nfs_attribute_cache_expired(struct inode *inode) argument
1281 nfs_revalidate_inode(struct inode *inode, unsigned long flags) argument
1289 nfs_invalidate_mapping(struct inode *inode, struct address_space *mapping) argument
1320 struct inode *inode = mapping->host; local
1370 nfs_mapping_need_revalidate_inode(struct inode *inode) argument
1376 nfs_revalidate_mapping_rcu(struct inode *inode) argument
1402 nfs_revalidate_mapping(struct inode *inode, struct address_space *mapping) argument
1419 struct inode *inode = &nfsi->vfs_inode; local
1433 nfs_wcc_update_inode(struct inode *inode, struct nfs_fattr *fattr) argument
1478 nfs_check_inode_attributes(struct inode *inode, struct nfs_fattr *fattr) argument
1704 nfs_inode_attrs_cmp_generic(const struct nfs_fattr *fattr, const struct inode *inode) argument
1729 nfs_inode_attrs_cmp_monotonic(const struct nfs_fattr *fattr, const struct inode *inode) argument
1753 nfs_inode_attrs_cmp_strict_monotonic(const struct nfs_fattr *fattr, const struct inode *inode) argument
1769 nfs_inode_attrs_cmp(const struct nfs_fattr *fattr, const struct inode *inode) argument
1799 nfs_inode_finish_partial_attr_update(const struct nfs_fattr *fattr, const struct inode *inode) argument
1879 nfs_refresh_inode_locked(struct inode *inode, struct nfs_fattr *fattr) argument
1910 nfs_refresh_inode(struct inode *inode, struct nfs_fattr *fattr) argument
1924 nfs_post_op_update_inode_locked(struct inode *inode, struct nfs_fattr *fattr, unsigned int invalid) argument
1949 nfs_post_op_update_inode(struct inode *inode, struct nfs_fattr *fattr) argument
1976 nfs_post_op_update_inode_force_wcc_locked(struct inode *inode, struct nfs_fattr *fattr) argument
2033 nfs_post_op_update_inode_force_wcc(struct inode *inode, struct nfs_fattr *fattr) argument
2058 nfs_update_inode(struct inode *inode, struct nfs_fattr *fattr) argument
2342 nfs_free_inode(struct inode *inode) argument
[all...]
/linux-master/fs/ramfs/
H A Dinode.c57 struct inode *ramfs_get_inode(struct super_block *sb,
58 const struct inode *dir, umode_t mode, dev_t dev)
60 struct inode * inode = new_inode(sb); local
62 if (inode) {
63 inode->i_ino = get_next_ino();
64 inode_init_owner(&nop_mnt_idmap, inode, dir, mode);
65 inode->i_mapping->a_ops = &ram_aops;
66 mapping_set_gfp_mask(inode->i_mapping, GFP_HIGHUSER);
67 mapping_set_unevictable(inode
101 struct inode * inode = ramfs_get_inode(dir->i_sb, dir, mode, dev); local
140 struct inode *inode; local
171 struct inode *inode; local
265 struct inode *inode; local
[all...]
/linux-master/fs/erofs/
H A Dinode.c12 struct inode *inode, unsigned int *ofs)
14 struct super_block *sb = inode->i_sb;
16 struct erofs_inode *vi = EROFS_I(inode);
17 const erofs_off_t inode_loc = erofs_iloc(inode);
31 erofs_err(sb, "failed to get inode (nid: %llu) page, err %ld",
56 /* check if the extended inode acrosses block boundary */
72 erofs_err(sb, "failed to get inode payload block (nid: %llu), err %ld",
83 inode->i_mode = le16_to_cpu(die->i_mode);
85 i_uid_write(inode, le32_to_cp
11 erofs_read_inode(struct erofs_buf *buf, struct inode *inode, unsigned int *ofs) argument
177 erofs_fill_symlink(struct inode *inode, void *kaddr, unsigned int m_pofs) argument
213 erofs_fill_inode(struct inode *inode) argument
297 erofs_iget5_eq(struct inode *inode, void *opaque) argument
302 erofs_iget5_set(struct inode *inode, void *opaque) argument
313 struct inode *inode; local
336 struct inode *const inode = d_inode(path->dentry); local
[all...]
/linux-master/fs/devpts/
H A DMakefile8 devpts-$(CONFIG_UNIX98_PTYS) := inode.o
/linux-master/fs/jfs/
H A Djfs_discard.h10 extern void jfs_issue_discard(struct inode *ip, u64 blkno, u64 nblocks);
11 extern int jfs_ioc_trim(struct inode *ip, struct fstrim_range *range);
/linux-master/fs/reiserfs/
H A Dxattr_user.c12 struct inode *inode, const char *name, void *buffer, size_t size)
14 if (!reiserfs_xattrs_user(inode->i_sb))
16 return reiserfs_xattr_get(inode, xattr_full_name(handler, name),
23 struct inode *inode, const char *name, const void *buffer,
26 if (!reiserfs_xattrs_user(inode->i_sb))
28 return reiserfs_xattr_set(inode,
11 user_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
21 user_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) argument

Completed in 333 milliseconds

1234567891011>>