Searched refs:vfs_inode (Results 1 – 7 of 7) sorted by relevance
/include/linux/sunrpc/ |
D | rpc_pipe_fs.h | 59 struct inode vfs_inode; member 68 return container_of(inode, struct rpc_inode, vfs_inode); in RPC_I()
|
/include/linux/ |
D | shmem_fs.h | 27 struct inode vfs_inode; member 51 return container_of(inode, struct shmem_inode_info, vfs_inode); in SHMEM_I()
|
D | nfs_fs.h | 208 struct inode vfs_inode; member 288 return container_of(inode, struct nfs_inode, vfs_inode); in NFS_I()
|
D | hugetlb.h | 466 struct inode vfs_inode; member 472 return container_of(inode, struct hugetlbfs_inode_info, vfs_inode); in HUGETLBFS_I()
|
/include/net/ |
D | sock.h | 1507 struct inode vfs_inode; member 1512 return &container_of(inode, struct socket_alloc, vfs_inode)->socket; in SOCKET_I() 1517 return &container_of(socket, struct socket_alloc, socket)->vfs_inode; in SOCK_INODE()
|
/include/trace/events/ |
D | btrfs.h | 396 __entry->isize = bi->vfs_inode.i_size; 447 __entry->isize = bi->vfs_inode.i_size;
|
D | ext4.h | 22 #define EXT4_I(inode) (container_of(inode, struct ext4_inode_info, vfs_inode))
|