Home
last modified time | relevance | path

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

/fs/ntfs/
Dsuper.c2101 vol->secure_ino = ntfs_iget(sb, FILE_Secure); in load_system_files()
2102 if (IS_ERR(vol->secure_ino) || is_bad_inode(vol->secure_ino)) { in load_system_files()
2103 if (!IS_ERR(vol->secure_ino)) in load_system_files()
2104 iput(vol->secure_ino); in load_system_files()
2216 iput(vol->secure_ino); in load_system_files()
2292 if (vol->secure_ino) in ntfs_put_super()
2293 ntfs_commit_inode(vol->secure_ino); in ntfs_put_super()
2366 if (vol->secure_ino) { in ntfs_put_super()
2367 iput(vol->secure_ino); in ntfs_put_super()
2368 vol->secure_ino = NULL; in ntfs_put_super()
[all …]
Dvolume.h119 struct inode *secure_ino; /* The VFS inode of $Secure (NTFS3.0+ member