Searched refs:inode (Results 251 - 275 of 1971) sorted by relevance

<<11121314151617181920>>

/linux-master/fs/jfs/
H A Djfs_imap.h11 * jfs_imap.h: disk inode manager
14 #define EXTSPERIAG 128 /* number of disk inode extent per iag */
15 #define IMAPBLKNO 0 /* lblkno of dinomap within inode map */
26 /* convert inode number to iag number */
32 /* get the starting block number of the 4K page of an inode extent
39 * inode allocation map:
41 * inode allocation map consists of
42 * . the inode map control page and
43 * . inode allocation group pages (per 4096 inodes)
47 * inode allocatio
[all...]
/linux-master/fs/orangefs/
H A Dacl.c13 struct posix_acl *orangefs_get_acl(struct inode *inode, int type, bool rcu) argument
45 "inode %pU, key %s, type %d\n",
46 get_khandle_from_ino(inode),
49 ret = orangefs_inode_getxattr(inode, key, value,
57 gossip_err("inode %pU retrieving acl's failed with error %d\n",
58 get_khandle_from_ino(inode),
67 int __orangefs_set_acl(struct inode *inode, struct posix_acl *acl, int type) argument
87 "%s: inode
127 struct inode *inode = d_inode(dentry); local
[all...]
H A Dinode.c10 * Linux VFS inode operations.
22 struct inode *inode = page->mapping->host; local
32 len = i_size_read(inode);
56 ret = wait_for_direct_io(ORANGEFS_IO_WRITE, inode, &off, &iter, wlen,
91 struct inode *inode = ow->pages[0]->mapping->host; local
99 len = i_size_read(inode);
118 ret = wait_for_direct_io(ORANGEFS_IO_WRITE, inode, &off, &iter, ow->len,
245 struct inode *inod local
287 struct inode *inode = folio->mapping->host; local
377 struct inode *inode = page->mapping->host; local
519 struct inode *inode = file->f_mapping->host; local
636 struct inode *inode = file_inode(vmf->vma->vm_file); local
707 orangefs_setattr_size(struct inode *inode, struct iattr *iattr) argument
767 __orangefs_setattr(struct inode *inode, struct iattr *iattr) argument
829 struct inode *inode = d_inode(dentry); local
865 struct inode *inode = path->dentry->d_inode; local
885 orangefs_permission(struct mnt_idmap *idmap, struct inode *inode, int mask) argument
903 orangefs_update_time(struct inode *inode, int flags) argument
980 orangefs_init_iops(struct inode *inode) argument
1021 orangefs_set_inode(struct inode *inode, void *data) argument
1036 orangefs_test_inode(struct inode *inode, void *data) argument
1058 struct inode *inode = NULL; local
1103 struct inode *inode; local
[all...]
/linux-master/fs/btrfs/
H A Ddelayed-inode.h72 * node is from a directory inode). Protected by @mutex.
77 * node belongs to a directory inode). This may be larger then the
101 * Protected by the mutex of the parent delayed inode.
119 int btrfs_inode_delayed_dir_index_count(struct btrfs_inode *inode);
127 struct btrfs_inode *inode);
128 /* Used for evicting the inode. */
129 void btrfs_remove_delayed_node(struct btrfs_inode *inode);
130 void btrfs_kill_delayed_inode_items(struct btrfs_inode *inode);
131 int btrfs_commit_inode_delayed_inode(struct btrfs_inode *inode);
135 struct btrfs_inode *inode);
[all...]
H A Dprops.c27 int (*validate)(const struct btrfs_inode *inode, const char *value,
29 int (*apply)(struct inode *inode, const char *value, size_t len);
30 const char *(*extract)(struct inode *inode);
31 bool (*ignore)(const struct btrfs_inode *inode);
67 int btrfs_validate_prop(const struct btrfs_inode *inode, const char *name, argument
82 return handler->validate(inode, value, value_len);
86 * Check if a property should be ignored (not set) for an inode.
88 * @inode
97 btrfs_ignore_prop(const struct btrfs_inode *inode, const char *name) argument
107 btrfs_set_prop(struct btrfs_trans_handle *trans, struct inode *inode, const char *name, const char *value, size_t value_len, int flags) argument
262 struct inode *inode = ctx; local
276 btrfs_load_inode_props(struct inode *inode, struct btrfs_path *path) argument
284 prop_compression_validate(const struct btrfs_inode *inode, const char *value, size_t len) argument
303 prop_compression_apply(struct inode *inode, const char *value, size_t len) argument
346 prop_compression_ignore(const struct btrfs_inode *inode) argument
362 prop_compression_extract(struct inode *inode) argument
387 btrfs_inode_inherit_props(struct btrfs_trans_handle *trans, struct inode *inode, struct inode *parent) argument
[all...]
H A Dxattr.c27 int btrfs_getxattr(struct inode *inode, const char *name, argument
31 struct btrfs_root *root = BTRFS_I(inode)->root;
42 di = btrfs_lookup_xattr(NULL, root, path, btrfs_ino(BTRFS_I(inode)),
83 int btrfs_setxattr(struct btrfs_trans_handle *trans, struct inode *inode, argument
87 struct btrfs_root *root = BTRFS_I(inode)->root;
105 btrfs_ino(BTRFS_I(inode)), name, name_len, -1);
120 * locks the inode's i_mutex before calling setxattr or removexattr.
123 ASSERT(inode_is_locked(inode));
229 btrfs_setxattr_trans(struct inode *inode, const char *name, const void *value, size_t size, int flags) argument
281 struct inode *inode = d_inode(dentry); local
364 btrfs_xattr_handler_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
372 btrfs_xattr_handler_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
385 btrfs_xattr_handler_get_security(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
414 btrfs_xattr_handler_set_security(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
432 btrfs_xattr_handler_set_prop(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
500 btrfs_initxattrs(struct inode *inode, const struct xattr *xattr_array, void *fs_private) argument
537 btrfs_xattr_security_init(struct btrfs_trans_handle *trans, struct inode *inode, struct inode *dir, const struct qstr *qstr) argument
[all...]
/linux-master/fs/nfs/
H A Dnfs3acl.c46 struct posix_acl *nfs3_get_acl(struct inode *inode, int type, bool rcu) argument
48 struct nfs_server *server = NFS_SERVER(inode);
51 .fh = NFS_FH(inode),
67 if (!nfs_server_capable(inode, NFS_CAP_ACLS))
70 status = nfs_revalidate_inode(inode, NFS_INO_INVALID_CHANGE);
82 if (S_ISDIR(inode->i_mode))
94 nfs3_prepare_get_acl(&inode->i_acl);
96 nfs3_prepare_get_acl(&inode->i_default_acl);
107 status = nfs_refresh_inode(inode, re
161 __nfs3_proc_setacls(struct inode *inode, struct posix_acl *acl, struct posix_acl *dfacl) argument
248 nfs3_proc_setacls(struct inode *inode, struct posix_acl *acl, struct posix_acl *dfacl) argument
261 struct inode *inode = d_inode(dentry); local
303 nfs3_list_one_acl(struct inode *inode, int type, const char *name, void *data, size_t size, ssize_t *result) argument
329 struct inode *inode = d_inode(dentry); local
[all...]
/linux-master/fs/ext4/
H A Dextents_status.c107 * Every inode has an extent status tree and all allocation blocks
116 * Extent status tree is protected by inode->i_es_lock.
147 static int __es_insert_extent(struct inode *inode, struct extent_status *newes,
149 static int __es_remove_extent(struct inode *inode, ext4_lblk_t lblk,
155 static int __revise_pending(struct inode *inode, ext4_lblk_t lblk,
179 static void ext4_es_print_tree(struct inode *inode) argument
257 __es_find_extent_range(struct inode *inode, int (*matching_fn)(struct extent_status *es), ext4_lblk_t lblk, ext4_lblk_t end, struct extent_status *es) argument
308 ext4_es_find_extent_range(struct inode *inode, int (*matching_fn)(struct extent_status *es), ext4_lblk_t lblk, ext4_lblk_t end, struct extent_status *es) argument
340 __es_scan_range(struct inode *inode, int (*matching_fn)(struct extent_status *es), ext4_lblk_t start, ext4_lblk_t end) argument
360 ext4_es_scan_range(struct inode *inode, int (*matching_fn)(struct extent_status *es), ext4_lblk_t lblk, ext4_lblk_t end) argument
390 __es_scan_clu(struct inode *inode, int (*matching_fn)(struct extent_status *es), ext4_lblk_t lblk) argument
406 ext4_es_scan_clu(struct inode *inode, int (*matching_fn)(struct extent_status *es), ext4_lblk_t lblk) argument
422 ext4_es_list_add(struct inode *inode) argument
438 ext4_es_list_del(struct inode *inode) argument
486 ext4_es_init_extent(struct inode *inode, struct extent_status *es, ext4_lblk_t lblk, ext4_lblk_t len, ext4_fsblk_t pblk) argument
510 ext4_es_free_extent(struct inode *inode, struct extent_status *es) argument
567 ext4_es_try_to_merge_left(struct inode *inode, struct extent_status *es) argument
591 ext4_es_try_to_merge_right(struct inode *inode, struct extent_status *es) argument
616 ext4_es_insert_extent_ext_check(struct inode *inode, struct extent_status *es) argument
702 ext4_es_insert_extent_ind_check(struct inode *inode, struct extent_status *es) argument
765 ext4_es_insert_extent_check(struct inode *inode, struct extent_status *es) argument
779 ext4_es_insert_extent_check(struct inode *inode, struct extent_status *es) argument
785 __es_insert_extent(struct inode *inode, struct extent_status *newes, struct extent_status *prealloc) argument
847 ext4_es_insert_extent(struct inode *inode, ext4_lblk_t lblk, ext4_lblk_t len, ext4_fsblk_t pblk, unsigned int status) argument
944 ext4_es_cache_extent(struct inode *inode, ext4_lblk_t lblk, ext4_lblk_t len, ext4_fsblk_t pblk, unsigned int status) argument
980 ext4_es_lookup_extent(struct inode *inode, ext4_lblk_t lblk, ext4_lblk_t *next_lblk, struct extent_status *es) argument
1072 init_rsvd(struct inode *inode, ext4_lblk_t lblk, struct extent_status *es, struct rsvd_count *rc) argument
1114 count_rsvd(struct inode *inode, ext4_lblk_t lblk, long len, struct extent_status *es, struct rsvd_count *rc) argument
1237 get_rsvd(struct inode *inode, ext4_lblk_t end, struct extent_status *right_es, struct rsvd_count *rc) argument
1366 __es_remove_extent(struct inode *inode, ext4_lblk_t lblk, ext4_lblk_t end, int *reserved, struct extent_status *prealloc) argument
1495 ext4_es_remove_extent(struct inode *inode, ext4_lblk_t lblk, ext4_lblk_t len) argument
1772 struct inode *inode = &ei->vfs_inode; local
1814 struct inode *inode = &ei->vfs_inode; local
1840 ext4_clear_inode_es(struct inode *inode) argument
1864 ext4_print_pending_tree(struct inode *inode) argument
1911 __get_pending(struct inode *inode, ext4_lblk_t lclu) argument
1944 __insert_pending(struct inode *inode, ext4_lblk_t lblk, struct pending_reservation **prealloc) argument
1999 __remove_pending(struct inode *inode, ext4_lblk_t lblk) argument
2022 ext4_remove_pending(struct inode *inode, ext4_lblk_t lblk) argument
2041 ext4_is_pending(struct inode *inode, ext4_lblk_t lblk) argument
2064 ext4_es_insert_delayed_block(struct inode *inode, ext4_lblk_t lblk, bool allocated) argument
2147 __es_delayed_clu(struct inode *inode, ext4_lblk_t start, ext4_lblk_t end) argument
2200 ext4_es_delayed_clu(struct inode *inode, ext4_lblk_t lblk, ext4_lblk_t len) argument
2238 __revise_pending(struct inode *inode, ext4_lblk_t lblk, ext4_lblk_t len, struct pending_reservation **prealloc) argument
[all...]
/linux-master/fs/f2fs/
H A Ddir.c23 static unsigned long dir_blocks(struct inode *inode) argument
25 return ((unsigned long long) (i_size_read(inode) + PAGE_SIZE - 1))
46 int f2fs_init_casefolded_name(const struct inode *dir,
74 static int __f2fs_setup_filename(const struct inode *dir,
107 int f2fs_setup_filename(struct inode *dir, const struct qstr *iname,
126 int f2fs_prepare_lookup(struct inode *dir, struct dentry *dentry,
165 static struct f2fs_dir_entry *find_in_block(struct inode *dir,
186 static int f2fs_match_ci_name(const struct inode *dir, const struct qstr *name,
231 static inline int f2fs_match_name(const struct inode *di
447 f2fs_set_link(struct inode *dir, struct f2fs_dir_entry *de, struct page *page, struct inode *inode) argument
463 init_dent_inode(struct inode *dir, struct inode *inode, const struct f2fs_filename *fname, struct page *ipage) argument
499 f2fs_do_make_empty_dir(struct inode *inode, struct inode *parent, struct f2fs_dentry_ptr *d) argument
512 make_empty_dir(struct inode *inode, struct inode *parent, struct page *page) argument
536 f2fs_init_inode_metadata(struct inode *inode, struct inode *dir, const struct f2fs_filename *fname, struct page *dpage) argument
604 f2fs_update_parent_metadata(struct inode *dir, struct inode *inode, unsigned int current_depth) argument
678 f2fs_add_regular_entry(struct inode *dir, const struct f2fs_filename *fname, struct inode *inode, nid_t ino, umode_t mode) argument
773 f2fs_add_dentry(struct inode *dir, const struct f2fs_filename *fname, struct inode *inode, nid_t ino, umode_t mode) argument
798 f2fs_do_add_link(struct inode *dir, const struct qstr *name, struct inode *inode, nid_t ino, umode_t mode) argument
833 f2fs_do_tmpfile(struct inode *inode, struct inode *dir, struct f2fs_filename *fname) argument
854 f2fs_drop_nlink(struct inode *dir, struct inode *inode) argument
881 f2fs_delete_entry(struct f2fs_dir_entry *dentry, struct page *page, struct inode *dir, struct inode *inode) argument
1059 struct inode *inode = file_inode(file); local
[all...]
/linux-master/fs/ocfs2/
H A Dacl.c23 #include "inode.h"
112 static struct posix_acl *ocfs2_get_acl_nolock(struct inode *inode, argument
132 retval = ocfs2_xattr_get_nolock(inode, di_bh, name_index, "", NULL, 0);
137 retval = ocfs2_xattr_get_nolock(inode, di_bh, name_index,
158 static int ocfs2_acl_set_mode(struct inode *inode, struct buffer_head *di_bh, argument
165 ret = ocfs2_read_inode_block(inode, &di_bh);
174 handle = ocfs2_start_trans(OCFS2_SB(inode->i_sb),
186 ret = ocfs2_journal_access_di(handle, INODE_CACHE(inode), di_b
214 ocfs2_set_acl(handle_t *handle, struct inode *inode, struct buffer_head *di_bh, int type, struct posix_acl *acl, struct ocfs2_alloc_context *meta_ac, struct ocfs2_alloc_context *data_ac) argument
269 struct inode *inode = d_inode(dentry); local
293 ocfs2_iop_get_acl(struct inode *inode, int type, bool rcu) argument
321 ocfs2_acl_chmod(struct inode *inode, struct buffer_head *bh) argument
351 ocfs2_init_acl(handle_t *handle, struct inode *inode, struct inode *dir, struct buffer_head *di_bh, struct buffer_head *dir_bh, struct ocfs2_alloc_context *meta_ac, struct ocfs2_alloc_context *data_ac) argument
[all...]
H A Ddlmglue.h93 /* just get back disk inode bh if we've got cluster lock. */
96 /* Locking subclasses of inode cluster lock */
111 struct inode *inode);
113 u64 parent, struct inode *inode);
124 int ocfs2_create_new_inode_locks(struct inode *inode);
125 int ocfs2_drop_inode_locks(struct inode *inode);
[all...]
H A Daops.h11 handle_t *ocfs2_start_walk_page_trans(struct inode *inode,
17 struct inode *inode, unsigned int from,
44 int ocfs2_read_inline_data(struct inode *inode, struct page *page,
48 int ocfs2_get_block(struct inode *inode, sector_t iblock,
/linux-master/fs/afs/
H A Ddynroot.c16 * iget5() comparator for inode created by autocell operations
20 static int afs_iget5_pseudo_test(struct inode *inode, void *opaque) argument
26 * iget5() inode initialiser
28 static int afs_iget5_pseudo_set(struct inode *inode, void *opaque) argument
30 struct afs_super_info *as = AFS_FS_S(inode->i_sb);
31 struct afs_vnode *vnode = AFS_FS_I(inode);
36 inode->i_ino = fid->vnode;
37 inode
49 struct inode *inode; local
161 struct inode *inode; local
[all...]
/linux-master/fs/ubifs/
H A Dfile.c12 * This file implements VFS file and inode operations for regular files, device
26 * A thing to keep in mind: inode @i_mutex is locked in most VFS operations we
45 static int read_block(struct inode *inode, void *addr, unsigned int block, argument
48 struct ubifs_info *c = inode->i_sb->s_fs_info;
53 data_key_init(c, &key, inode->i_ino, block);
63 ubifs_inode(inode)->creat_sqnum);
70 if (IS_ENCRYPTED(inode)) {
71 err = ubifs_decrypt(inode, dn, &dlen, block);
93 ubifs_err(c, "bad data node (block %u, inode
105 struct inode *inode = folio->mapping->host; local
216 struct inode *inode = mapping->host; local
419 struct inode *inode = mapping->host; local
530 struct inode *inode = mapping->host; local
603 struct inode *inode = folio->mapping->host; local
716 struct inode *inode = mapping->host; local
825 struct inode *inode = folio->mapping->host; local
905 struct inode *inode = folio->mapping->host; local
1008 struct inode *inode = folio->mapping->host; local
1086 do_attr_changes(struct inode *inode, const struct iattr *attr) argument
1119 do_truncation(struct ubifs_info *c, struct inode *inode, const struct iattr *attr) argument
1227 do_setattr(struct ubifs_info *c, struct inode *inode, const struct iattr *attr) argument
1277 struct inode *inode = d_inode(dentry); local
1306 struct inode *inode = folio->mapping->host; local
1326 struct inode *inode = file->f_mapping->host; local
1372 mctime_update_needed(const struct inode *inode, const struct timespec64 *now) argument
1393 ubifs_update_time(struct inode *inode, int flags) argument
1430 update_mctime(struct inode *inode) argument
1483 struct inode *inode = folio->mapping->host; local
1515 struct inode *inode = file_inode(vmf->vma->vm_file); local
1622 ubifs_get_link(struct dentry *dentry, struct inode *inode, struct delayed_call *done) argument
[all...]
/linux-master/fs/notify/
H A Dfdinfo.c42 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) argument
53 ret = exportfs_encode_fid(inode, (struct fid *)f.handle.f_handle, &size);
69 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) argument
79 struct inode *inode; local
85 inode = igrab(fsnotify_conn_inode(mark->connector));
86 if (inode) {
88 inode_mark->wd, inode
108 struct inode *inode; local
[all...]
H A Dfsnotify.c18 * Clear all of the marks on an inode when it is being evicted from core
20 void __fsnotify_inode_delete(struct inode *inode) argument
22 fsnotify_clear_marks_by_inode(inode);
40 struct inode *inode, *iput_inode = NULL; local
43 list_for_each_entry(inode, &sb->s_inodes, i_sb_list) {
45 * We cannot __iget() an inode in state I_FREEING,
47 * the inode cannot have any associated watches.
49 spin_lock(&inode
106 __fsnotify_update_child_dentry_flags(struct inode *inode) argument
144 fsnotify_event_needs_parent(struct inode *inode, __u32 mnt_mask, __u32 mask) argument
170 fsnotify_object_watched(struct inode *inode, __u32 mnt_mask, __u32 mask) argument
192 struct inode *inode = d_inode(dentry); local
253 struct inode *inode = fsnotify_data_inode(data, data_type); local
487 fsnotify(__u32 mask, const void *data, int data_type, struct inode *dir, const struct qstr *file_name, struct inode *inode, u32 cookie) argument
[all...]
/linux-master/fs/bcachefs/
H A Dfs-io.h64 struct bch_inode_info *inode,
67 BUG_ON(res->sectors > inode->ei_quota_reserved);
69 bch2_quota_acct(c, inode->ei_qid, Q_SPC,
71 inode->ei_quota_reserved -= res->sectors;
76 struct bch_inode_info *inode,
80 mutex_lock(&inode->ei_quota_lock);
81 __bch2_quota_reservation_put(c, inode, res);
82 mutex_unlock(&inode->ei_quota_lock);
87 struct bch_inode_info *inode,
94 if (test_bit(EI_INODE_SNAPSHOT, &inode
63 __bch2_quota_reservation_put(struct bch_fs *c, struct bch_inode_info *inode, struct quota_res *res) argument
75 bch2_quota_reservation_put(struct bch_fs *c, struct bch_inode_info *inode, struct quota_res *res) argument
86 bch2_quota_reservation_add(struct bch_fs *c, struct bch_inode_info *inode, struct quota_res *res, u64 sectors, bool check_enospc) argument
111 __bch2_quota_reservation_put(struct bch_fs *c, struct bch_inode_info *inode, struct quota_res *res) argument
115 bch2_quota_reservation_put(struct bch_fs *c, struct bch_inode_info *inode, struct quota_res *res) argument
119 bch2_quota_reservation_add(struct bch_fs *c, struct bch_inode_info *inode, struct quota_res *res, unsigned sectors, bool check_enospc) argument
133 bch2_i_sectors_acct(struct bch_fs *c, struct bch_inode_info *inode, struct quota_res *quota_res, s64 sectors) argument
[all...]
/linux-master/include/linux/
H A Dexportfs.h9 struct inode;
33 * 32bit inode number, 32 bit generation number.
38 * 32bit inode number, 32 bit generation number,
39 * 32 bit parent directory inode number.
78 * 64 bit checkpoint number, 64 bit inode number,
84 * 64 bit checkpoint number, 64 bit inode number,
86 * 64 bit parent inode number.
102 * 64 bit inode number, 32 bit generation number.
107 * 64 bit inode number, 32 bit generation number,
108 * 64 bit parent inode numbe
298 exportfs_encode_fid(struct inode *inode, struct fid *fid, int *max_len) argument
[all...]
/linux-master/fs/minix/
H A Ditree_common.c30 static inline Indirect *get_branch(struct inode *inode, argument
36 struct super_block *sb = inode->i_sb;
42 add_chain (chain, NULL, i_data(inode) + *offsets);
70 static int alloc_branch(struct inode *inode, argument
77 int parent = minix_new_block(inode);
84 int nr = minix_new_block(inode);
88 bh = sb_getblk(inode->i_sb, parent);
90 minix_free_block(inode, n
115 splice_branch(struct inode *inode, Indirect chain[DEPTH], Indirect *where, int num) argument
152 get_block(struct inode * inode, sector_t block, struct buffer_head *bh, int create) argument
223 find_shared(struct inode *inode, int depth, int offsets[DEPTH], Indirect chain[DEPTH], block_t *top) argument
263 free_data(struct inode *inode, block_t *p, block_t *q) argument
276 free_branches(struct inode *inode, block_t *p, block_t *q, int depth) argument
300 truncate(struct inode * inode) argument
[all...]
/linux-master/fs/gfs2/
H A Dinode.c30 #include "inode.h"
44 * gfs2_set_iop - Sets inode operations
45 * @inode: The inode with correct i_mode filled in
47 * GFS2 lookup code fills in vfs inode contents based on info obtained
51 static void gfs2_set_iop(struct inode *inode) argument
53 struct gfs2_sbd *sdp = GFS2_SB(inode);
54 umode_t mode = inode->i_mode;
57 inode
76 iget_test(struct inode *inode, void *opaque) argument
83 iget_set(struct inode *inode, void *opaque) argument
118 struct inode *inode; local
248 struct inode *inode; local
277 struct inode *inode; local
315 struct inode *inode = NULL; local
382 munge_mode_uid_gid(const struct gfs2_inode *dip, struct inode *inode) argument
584 gfs2_initxattrs(struct inode *inode, const struct xattr *xattr_array, void *fs_info) argument
628 struct inode *inode = NULL; local
890 struct inode *inode; local
950 struct inode *inode = d_inode(old_dentry); local
1116 struct inode *inode = d_inode(dentry); local
1152 struct inode *inode = d_inode(dentry); local
1808 gfs2_get_link(struct dentry *dentry, struct inode *inode, struct delayed_call *done) argument
1868 gfs2_permission(struct mnt_idmap *idmap, struct inode *inode, int mask) argument
1903 __gfs2_setattr_simple(struct inode *inode, struct iattr *attr) argument
1910 gfs2_setattr_simple(struct inode *inode, struct iattr *attr) argument
1926 setattr_chown(struct inode *inode, struct iattr *attr) argument
2003 struct inode *inode = d_inode(dentry); local
2065 struct inode *inode = d_inode(path->dentry); local
2098 gfs2_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, u64 start, u64 len) argument
2122 struct inode *inode = file->f_mapping->host; local
2141 struct inode *inode = file->f_mapping->host; local
2158 gfs2_update_time(struct inode *inode, int flags) argument
[all...]
/linux-master/include/trace/events/
H A Derofs.h36 TP_PROTO(struct inode *dir, struct dentry *dentry, unsigned int flags),
61 TP_PROTO(struct inode *inode),
62 TP_ARGS(inode),
72 __entry->dev = inode->i_sb->s_dev;
73 __entry->nid = EROFS_I(inode)->nid;
74 __entry->blkaddr = erofs_blknr(inode->i_sb, erofs_iloc(inode));
75 __entry->ofs = erofs_blkoff(inode->i_sb, erofs_iloc(inode));
[all...]
/linux-master/fs/bfs/
H A Ddir.c24 static int bfs_add_entry(struct inode *dir, const struct qstr *child, int ino);
25 static struct buffer_head *bfs_find_entry(struct inode *dir,
31 struct inode *dir = file_inode(f);
78 static int bfs_create(struct mnt_idmap *idmap, struct inode *dir,
82 struct inode *inode; local
87 inode = new_inode(s);
88 if (!inode)
94 iput(inode);
99 inode_init_owner(&nop_mnt_idmap, inode, di
128 struct inode *inode = NULL; local
150 struct inode *inode = d_inode(old); local
172 struct inode *inode = d_inode(dentry); local
[all...]
/linux-master/fs/isofs/
H A Drock.c20 * out an inode structure, a second one extracts a filename, a third one
35 struct inode *inode; member in struct:rock_state
43 static int check_sp(struct rock_ridge *rr, struct inode *inode) argument
49 ISOFS_SB(inode->i_sb)->s_rock_offset = rr->u.SP.skip;
54 struct inode *inode, struct rock_state *rs)
64 if (ISOFS_SB(inode->i_sb)->s_rock_offset != -1) {
65 rs->len -= ISOFS_SB(inode
53 setup_rock_ridge(struct iso_directory_record *de, struct inode *inode, struct rock_state *rs) argument
72 init_rock_state(struct rock_state *rs, struct inode *inode) argument
198 get_rock_ridge_filename(struct iso_directory_record *de, char *retname, struct inode *inode) argument
309 parse_rock_ridge_inode_internal(struct iso_directory_record *de, struct inode *inode, int flags) argument
667 parse_rock_ridge_inode(struct iso_directory_record *de, struct inode *inode, int relocated) argument
692 struct inode *inode = page->mapping->host; local
[all...]
/linux-master/security/integrity/
H A Dintegrity_audit.c28 void integrity_audit_msg(int audit_msgno, struct inode *inode, argument
32 integrity_audit_message(audit_msgno, inode, fname, op, cause,
36 void integrity_audit_message(int audit_msgno, struct inode *inode, argument
62 if (inode) {
64 audit_log_untrustedstring(ab, inode->i_sb->s_id);
65 audit_log_format(ab, " ino=%lu", inode->i_ino);
/linux-master/fs/reiserfs/
H A Dxattr_trusted.c13 struct inode *inode, const char *name, void *buffer, size_t size)
15 if (!capable(CAP_SYS_ADMIN) || IS_PRIVATE(inode))
18 return reiserfs_xattr_get(inode, xattr_full_name(handler, name),
25 struct inode *inode, const char *name, const void *buffer,
28 if (!capable(CAP_SYS_ADMIN) || IS_PRIVATE(inode))
31 return reiserfs_xattr_set(inode,
12 trusted_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
23 trusted_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 224 milliseconds

<<11121314151617181920>>