Home
last modified time | relevance | path

Searched refs:XFS_I (Results 1 – 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_file.c115 struct xfs_inode *ip = XFS_I(file->f_mapping->host); in xfs_dir_fsync()
129 struct xfs_inode *ip = XFS_I(inode); in xfs_file_fsync()
205 struct xfs_inode *ip = XFS_I(file_inode(iocb->ki_filp)); in xfs_file_dio_aio_read()
234 struct xfs_inode *ip = XFS_I(iocb->ki_filp->f_mapping->host); in xfs_file_dax_read()
262 struct xfs_inode *ip = XFS_I(file_inode(iocb->ki_filp)); in xfs_file_buffered_aio_read()
285 struct xfs_mount *mp = XFS_I(inode)->i_mount; in xfs_file_read_iter()
320 struct xfs_inode *ip = XFS_I(inode); in xfs_file_aio_write_checks()
409 struct xfs_inode *ip = XFS_I(inode); in xfs_dio_write_end_io()
515 struct xfs_inode *ip = XFS_I(inode); in xfs_file_dio_aio_write()
605 struct xfs_inode *ip = XFS_I(inode); in xfs_file_dax_write()
[all …]
Dxfs_export.c85 fid->i32.parent_ino = XFS_I(parent)->i_ino; in xfs_fs_encode_fh()
89 fid->i32.ino = XFS_I(inode)->i_ino; in xfs_fs_encode_fh()
93 fid64->parent_ino = XFS_I(parent)->i_ino; in xfs_fs_encode_fh()
97 fid64->ino = XFS_I(inode)->i_ino; in xfs_fs_encode_fh()
212 error = xfs_lookup(XFS_I(d_inode(child)), &xfs_name_dotdot, &cip, NULL); in xfs_fs_get_parent()
223 return xfs_log_force_inode(XFS_I(inode)); in xfs_fs_nfs_commit_metadata()
Dxfs_iops.c49 struct xfs_inode *ip = XFS_I(inode); in xfs_initxattrs()
126 xfs_remove(XFS_I(dir), &teardown, XFS_I(inode)); in xfs_cleanup_inode()
164 error = xfs_create(XFS_I(dir), &name, mode, rdev, &ip); in xfs_generic_create()
166 error = xfs_create_tmpfile(XFS_I(dir), mode, &ip); in xfs_generic_create()
267 error = xfs_lookup(XFS_I(dir), &name, &cip, NULL); in xfs_vn_lookup()
293 error = xfs_lookup(XFS_I(dir), &xname, &ip, &ci_name); in xfs_vn_ci_lookup()
331 error = xfs_link(XFS_I(dir), XFS_I(inode), &name); in xfs_vn_link()
350 error = xfs_remove(XFS_I(dir), &name, XFS_I(d_inode(dentry))); in xfs_vn_unlink()
382 error = xfs_symlink(XFS_I(dir), &name, symname, mode, &cip); in xfs_vn_symlink()
436 return xfs_rename(XFS_I(odir), &oname, XFS_I(d_inode(odentry)), in xfs_vn_rename()
[all …]
Dxfs_aops.c39 XFS_I(ioend->io_inode)->i_d.di_size; in xfs_ioend_is_append()
46 struct xfs_mount *mp = XFS_I(ioend->io_inode)->i_mount; in xfs_setfilesize_trans_alloc()
120 struct xfs_inode *ip = XFS_I(ioend->io_inode); in xfs_setfilesize_ioend()
147 struct xfs_inode *ip = XFS_I(ioend->io_inode); in xfs_end_ioend()
250 struct xfs_inode *ip = XFS_I(ioend->io_inode); in xfs_end_bio()
344 struct xfs_inode *ip = XFS_I(inode); in xfs_map_blocks()
500 status = xfs_reflink_convert_cow(XFS_I(ioend->io_inode), in xfs_prepare_ioend()
536 struct xfs_inode *ip = XFS_I(inode); in xfs_discard_page()
581 xfs_iflags_clear(XFS_I(mapping->host), XFS_ITRUNCATED); in xfs_vm_writepages()
590 struct xfs_inode *ip = XFS_I(mapping->host); in xfs_dax_writepages()
[all …]
Dxfs_xattr.c25 .dp = XFS_I(inode), in xfs_xattr_get()
46 .dp = XFS_I(inode), in xfs_xattr_set()
199 context.dp = XFS_I(inode); in xfs_vn_listxattr()
Dxfs_acl.c129 struct xfs_inode *ip = XFS_I(inode); in xfs_get_acl()
172 struct xfs_inode *ip = XFS_I(inode); in __xfs_set_acl()
226 error = xfs_setattr_nonsize(XFS_I(inode), &iattr, XFS_ATTR_NOACL); in xfs_set_mode()
Dxfs_pnfs.c33 struct xfs_inode *ip = XFS_I(inode); in xfs_break_leased_layouts()
85 struct xfs_inode *ip = XFS_I(inode); in xfs_fs_map_blocks()
227 struct xfs_inode *ip = XFS_I(inode); in xfs_fs_commit_blocks()
Dxfs_iomap.c735 struct xfs_inode *ip = XFS_I(inode); in xfs_direct_write_iomap_begin()
862 struct xfs_inode *ip = XFS_I(inode); in xfs_buffered_write_iomap_begin()
1082 struct xfs_inode *ip = XFS_I(inode); in xfs_buffered_write_iomap_end()
1149 struct xfs_inode *ip = XFS_I(inode); in xfs_read_iomap_begin()
1191 struct xfs_inode *ip = XFS_I(inode); in xfs_seek_iomap_begin()
1277 struct xfs_inode *ip = XFS_I(inode); in xfs_xattr_iomap_begin()
Dxfs_ioctl.c79 ip = XFS_I(inode); in xfs_find_handle()
457 error = xfs_ioc_attr_list(XFS_I(d_inode(dentry)), al_hreq.buffer, in xfs_attrlist_by_handle()
472 .dp = XFS_I(inode), in xfs_attrmulti_attr_get()
506 .dp = XFS_I(inode), in xfs_attrmulti_attr_set()
635 struct xfs_inode *ip = XFS_I(inode); in xfs_ioc_space()
1699 error = xfs_getbmap(XFS_I(file_inode(file)), &bmx, buf); in xfs_ioc_getbmap()
1926 ip = XFS_I(file_inode(f.file)); in xfs_ioc_swapext()
1927 tip = XFS_I(file_inode(tmp.file)); in xfs_ioc_swapext()
2084 struct xfs_inode *ip = XFS_I(inode); in xfs_file_ioctl()
Dxfs_ioctl32.c370 error = xfs_ioc_attr_list(XFS_I(d_inode(dentry)), in xfs_compat_attrlist_by_handle()
438 struct xfs_inode *ip = XFS_I(inode); in xfs_file_compat_ioctl()
Dxfs_filestream.c261 return dir ? XFS_I(dir) : NULL; in xfs_filestream_get_parent()
Dxfs_inode.h70 static inline struct xfs_inode *XFS_I(struct inode *inode) in XFS_I() function
Dxfs_super.c632 struct xfs_inode *ip = XFS_I(inode); in xfs_fs_destroy_inode()
671 struct xfs_inode *ip = XFS_I(inode); in xfs_fs_dirty_inode()
728 struct xfs_inode *ip = XFS_I(inode); in xfs_fs_drop_inode()
785 struct xfs_inode *ip = XFS_I(d_inode(dentry)); in xfs_fs_statfs()
Dxfs_reflink.c1291 struct xfs_inode *src = XFS_I(inode_in); in xfs_reflink_remap_prep()
1293 struct xfs_inode *dest = XFS_I(inode_out); in xfs_reflink_remap_prep()
Dxfs_icache.c81 struct xfs_inode *ip = XFS_I(inode); in xfs_inode_free_callback()