Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dxattr.c250 int inode_set_selinux(struct f2fs_sb_info *sbi, u32 ino, const char *secon) in inode_set_selinux() argument
252 if (!secon) in inode_set_selinux()
256 XATTR_SELINUX_SUFFIX, secon, strlen(secon), 1); in inode_set_selinux()
Df2fs.h224 char *secon; member