Home
last modified time | relevance | path

Searched refs:di_onlink (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_inode_buf.c206 to->di_onlink = be16_to_cpu(from->di_onlink); in xfs_dinode_from_disk()
253 to->di_onlink = cpu_to_be16(from->di_onlink); in xfs_dinode_to_disk()
451 ip->i_d.di_nlink = ip->i_d.di_onlink; in xfs_iread()
452 ip->i_d.di_onlink = 0; in xfs_iread()
Dxfs_log_format.h371 __uint16_t di_onlink; /* old number of links to file */ member
Dxfs_format.h844 __be16 di_onlink; /* old number of links to file */ member
/linux-4.4.14/fs/xfs/
Dxfs_inode.c795 ip->i_d.di_onlink = 0; in xfs_ialloc()