Home
last modified time | relevance | path

Searched refs:secure_ino (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ntfs/
H A Dsuper.c1615 vol->secure_ino = ntfs_iget(sb, FILE_Secure); in load_system_files()
1616 if (IS_ERR(vol->secure_ino)) { in load_system_files()
1617 if (!IS_ERR(vol->secure_ino)) in load_system_files()
1618 iput(vol->secure_ino); in load_system_files()
1634 iput(vol->secure_ino); in load_system_files()
1729 if (vol->secure_ino) in ntfs_put_super()
1730 ntfs_commit_inode(vol->secure_ino); in ntfs_put_super()
1779 if (vol->secure_ino) { in ntfs_put_super()
1780 iput(vol->secure_ino); in ntfs_put_super()
1781 vol->secure_ino = NULL; in ntfs_put_super()
[all …]
H A Dvolume.h148 struct inode *secure_ino; member