Searched refs:XFS_I (Results 1 - 14 of 14) sorted by relevance

/linux-4.4.14/fs/xfs/
H A Dxfs_export.c100 fid->i32.parent_ino = XFS_I(parent)->i_ino; xfs_fs_encode_fh()
104 fid->i32.ino = XFS_I(inode)->i_ino; xfs_fs_encode_fh()
108 fid64->parent_ino = XFS_I(parent)->i_ino; xfs_fs_encode_fh()
112 fid64->ino = XFS_I(inode)->i_ino; xfs_fs_encode_fh()
218 error = xfs_lookup(XFS_I(d_inode(child)), &xfs_name_dotdot, &cip, NULL); xfs_fs_get_parent()
229 struct xfs_inode *ip = XFS_I(inode); xfs_fs_nfs_commit_metadata()
H A Dxfs_iops.c68 struct xfs_inode *ip = XFS_I(inode); xfs_initxattrs()
123 xfs_remove(XFS_I(dir), &teardown, XFS_I(inode)); xfs_cleanup_inode()
158 error = xfs_create(XFS_I(dir), &name, mode, rdev, &ip); xfs_generic_create()
160 error = xfs_create_tmpfile(XFS_I(dir), dentry, mode, &ip); xfs_generic_create()
249 error = xfs_lookup(XFS_I(dir), &name, &cip, NULL); xfs_vn_lookup()
276 error = xfs_lookup(XFS_I(dir), &xname, &ip, &ci_name); xfs_vn_ci_lookup()
312 error = xfs_link(XFS_I(dir), XFS_I(inode), &name); xfs_vn_link()
331 error = xfs_remove(XFS_I(dir), &name, XFS_I(d_inode(dentry))); xfs_vn_unlink()
361 error = xfs_symlink(XFS_I(dir), &name, symname, mode, &cip); xfs_vn_symlink()
406 return xfs_rename(XFS_I(odir), &oname, XFS_I(d_inode(odentry)), xfs_vn_rename()
407 XFS_I(ndir), &nname, xfs_vn_rename()
408 new_inode ? XFS_I(new_inode) : NULL, flags); xfs_vn_rename()
428 error = xfs_readlink(XFS_I(d_inode(dentry)), link); xfs_vn_follow_link()
447 struct xfs_inode *ip = XFS_I(inode); xfs_vn_getattr()
946 struct xfs_inode *ip = XFS_I(d_inode(dentry)); xfs_vn_setattr()
974 struct xfs_inode *ip = XFS_I(inode); xfs_vn_update_time()
1061 xfs_inode_t *ip = XFS_I(inode); xfs_vn_fiemap()
H A Dxfs_acl.c127 struct xfs_inode *ip = XFS_I(inode); xfs_get_acl()
184 struct xfs_inode *ip = XFS_I(inode); __xfs_set_acl()
249 error = xfs_setattr_nonsize(XFS_I(inode), &iattr, XFS_ATTR_NOACL); xfs_set_mode()
260 return (xfs_attr_get(XFS_I(inode), name, NULL, &len, xfs_acl_exists()
H A Dxfs_aops.c62 struct xfs_inode *ip = XFS_I(inode); xfs_find_bdev_for_inode()
97 XFS_I(ioend->io_inode)->i_d.di_size; xfs_ioend_is_append()
104 struct xfs_mount *mp = XFS_I(ioend->io_inode)->i_mount; xfs_setfilesize_trans_alloc()
164 struct xfs_inode *ip = XFS_I(ioend->io_inode); xfs_setfilesize_ioend()
195 struct xfs_mount *mp = XFS_I(ioend->io_inode)->i_mount; xfs_finish_ioend()
214 struct xfs_inode *ip = XFS_I(ioend->io_inode); xfs_end_io()
289 struct xfs_inode *ip = XFS_I(inode); xfs_map_blocks()
606 struct xfs_mount *m = XFS_I(inode)->i_mount; xfs_map_buffer()
608 xfs_daddr_t iomap_bn = xfs_fsb_to_db(XFS_I(inode), imap->br_startblock); xfs_map_buffer()
616 ASSERT(bn || XFS_IS_REALTIME_INODE(XFS_I(inode))); xfs_map_buffer()
890 struct xfs_inode *ip = XFS_I(inode); xfs_aops_discard_page()
1210 xfs_iflags_clear(XFS_I(mapping->host), XFS_ITRUNCATED); xfs_vm_writepages()
1294 trace_xfs_gbmap_direct(XFS_I(inode), offset, size, type, imap); xfs_map_direct()
1298 trace_xfs_gbmap_direct_none(XFS_I(inode), offset, size, type, xfs_map_direct()
1313 trace_xfs_gbmap_direct_update(XFS_I(inode), ioend->io_offset, xfs_map_direct()
1326 trace_xfs_gbmap_direct_new(XFS_I(inode), offset, size, type, xfs_map_direct()
1329 trace_xfs_gbmap_direct_none(XFS_I(inode), offset, size, type, xfs_map_direct()
1383 struct xfs_inode *ip = XFS_I(inode); __xfs_get_blocks()
1580 struct xfs_mount *mp = XFS_I(inode)->i_mount; __xfs_end_io_direct_write()
1619 spin_lock(&XFS_I(inode)->i_flags_lock); __xfs_end_io_direct_write()
1622 spin_unlock(&XFS_I(inode)->i_flags_lock); __xfs_end_io_direct_write()
1658 trace_xfs_gbmap_direct_endio(XFS_I(inode), offset, size, xfs_end_io_direct_write()
1718 struct xfs_inode *ip = XFS_I(inode); xfs_vm_kill_delalloc_range()
1906 struct xfs_inode *ip = XFS_I(inode); xfs_vm_bmap()
1908 trace_xfs_vm_bmap(XFS_I(inode)); xfs_vm_bmap()
H A Dxfs_file.c189 struct xfs_inode *ip = XFS_I(file->f_mapping->host); xfs_dir_fsync()
213 struct xfs_inode *ip = XFS_I(inode); xfs_file_fsync()
293 struct xfs_inode *ip = XFS_I(inode); xfs_file_read_iter()
393 struct xfs_inode *ip = XFS_I(infilp->f_mapping->host); xfs_file_splice_read()
587 struct xfs_inode *ip = XFS_I(inode); xfs_file_aio_write_checks()
708 struct xfs_inode *ip = XFS_I(inode); xfs_file_dio_aio_write()
823 struct xfs_inode *ip = XFS_I(inode); xfs_file_buffered_aio_write()
882 struct xfs_inode *ip = XFS_I(inode); xfs_file_write_iter()
925 struct xfs_inode *ip = XFS_I(inode); xfs_file_fallocate()
1062 struct xfs_inode *ip = XFS_I(inode); xfs_dir_open()
1086 return xfs_release(XFS_I(inode)); xfs_file_release()
1095 xfs_inode_t *ip = XFS_I(inode); xfs_file_readdir()
1191 struct xfs_inode *ip = XFS_I(inode); xfs_find_get_desired_pgoff()
1340 struct xfs_inode *ip = XFS_I(inode); xfs_seek_hole_data()
1515 trace_xfs_filemap_page_mkwrite(XFS_I(inode)); xfs_filemap_page_mkwrite()
1519 xfs_ilock(XFS_I(inode), XFS_MMAPLOCK_SHARED); xfs_filemap_page_mkwrite()
1528 xfs_iunlock(XFS_I(inode), XFS_MMAPLOCK_SHARED); xfs_filemap_page_mkwrite()
1542 trace_xfs_filemap_fault(XFS_I(inode)); xfs_filemap_fault()
1548 xfs_ilock(XFS_I(inode), XFS_MMAPLOCK_SHARED); xfs_filemap_fault()
1559 xfs_iunlock(XFS_I(inode), XFS_MMAPLOCK_SHARED); xfs_filemap_fault()
1579 struct xfs_inode *ip = XFS_I(inode); xfs_filemap_pmd_fault()
1592 xfs_ilock(XFS_I(inode), XFS_MMAPLOCK_SHARED); xfs_filemap_pmd_fault()
1595 xfs_iunlock(XFS_I(inode), XFS_MMAPLOCK_SHARED); xfs_filemap_pmd_fault()
1617 struct xfs_inode *ip = XFS_I(inode); xfs_filemap_pfn_mkwrite()
H A Dxfs_pnfs.c37 struct xfs_inode *ip = XFS_I(inode); xfs_break_layouts()
120 struct xfs_inode *ip = XFS_I(inode); xfs_fs_map_blocks()
260 struct xfs_inode *ip = XFS_I(inode); xfs_fs_commit_blocks()
H A Dxfs_xattr.c39 struct xfs_inode *ip = XFS_I(d_inode(dentry)); xfs_xattr_get()
84 struct xfs_inode *ip = XFS_I(d_inode(dentry)); xfs_xattr_set()
236 context.dp = XFS_I(inode); xfs_vn_listxattr()
H A Dxfs_ioctl.c88 ip = XFS_I(inode); xfs_find_handle()
307 error = xfs_readlink(XFS_I(d_inode(dentry)), link); xfs_readlink_by_handle()
390 error = xfs_set_dmattrs(XFS_I(d_inode(dentry)), fsd.fsd_dmevmask, xfs_fssetdm_by_handle()
433 error = xfs_attr_list(XFS_I(d_inode(dentry)), kbuf, al_hreq.buflen, xfs_attrlist_by_handle()
465 error = xfs_attr_get(XFS_I(inode), name, kbuf, (int *)len, flags); xfs_attrmulti_attr_get()
497 error = xfs_attr_set(XFS_I(inode), name, kbuf, len, flags); xfs_attrmulti_attr_set()
514 error = xfs_attr_remove(XFS_I(inode), name, flags); xfs_attrmulti_attr_remove()
1488 ip = XFS_I(file_inode(f.file)); xfs_ioc_swapext()
1489 tip = XFS_I(file_inode(tmp.file)); xfs_ioc_swapext()
1529 struct xfs_inode *ip = XFS_I(inode); xfs_file_ioctl()
H A Dxfs_ioctl32.c378 error = xfs_attr_list(XFS_I(d_inode(dentry)), kbuf, al_hreq.buflen, xfs_compat_attrlist_by_handle()
517 error = xfs_set_dmattrs(XFS_I(d_inode(dentry)), fsd.fsd_dmevmask, xfs_compat_fssetdm_by_handle()
532 struct xfs_inode *ip = XFS_I(inode); xfs_file_compat_ioctl()
H A Dxfs_super.c922 struct xfs_inode *ip = XFS_I(inode); xfs_fs_destroy_inode()
979 xfs_inode_t *ip = XFS_I(inode); xfs_fs_evict_inode()
1004 struct xfs_inode *ip = XFS_I(inode); xfs_fs_drop_inode()
1051 struct xfs_inode *ip = XFS_I(d_inode(dentry)); xfs_fs_statfs()
H A Dxfs_filestream.c304 return dir ? XFS_I(dir) : NULL; xfs_filestream_get_parent()
H A Dxfs_inode.h73 static inline struct xfs_inode *XFS_I(struct inode *inode) XFS_I() function
H A Dxfs_icache.c92 struct xfs_inode *ip = XFS_I(inode); xfs_inode_free_callback()
H A Dxfs_trace.h1196 __entry->ino = XFS_I(inode)->i_ino;

Completed in 294 milliseconds