Home
last modified time | relevance | path

Searched refs:check_ruid (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dmain.c226 * @check_ruid: set to 1 if device uid should be checked against the ruid
243 uid_t *check_ruid) in ecryptfs_parse_options()
269 *check_ruid = 0; in ecryptfs_parse_options()
376 *check_ruid = 1; in ecryptfs_parse_options()
486 uid_t check_ruid; in ecryptfs_mount() local
501 rc = ecryptfs_parse_options(sbi, raw_data, &check_ruid); in ecryptfs_mount()
540 if (check_ruid && !uid_eq(d_inode(path.dentry)->i_uid, current_uid())) { in ecryptfs_mount()
242 ecryptfs_parse_options(struct ecryptfs_sb_info *sbi, char *options, uid_t *check_ruid) ecryptfs_parse_options() argument
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dmain.c226 * @check_ruid: set to 1 if device uid should be checked against the ruid
243 uid_t *check_ruid) in ecryptfs_parse_options()
269 *check_ruid = 0; in ecryptfs_parse_options()
376 *check_ruid = 1; in ecryptfs_parse_options()
486 uid_t check_ruid; in ecryptfs_mount() local
501 rc = ecryptfs_parse_options(sbi, raw_data, &check_ruid); in ecryptfs_mount()
546 if (check_ruid && !uid_eq(d_inode(path.dentry)->i_uid, current_uid())) { in ecryptfs_mount()
242 ecryptfs_parse_options(struct ecryptfs_sb_info *sbi, char *options, uid_t *check_ruid) ecryptfs_parse_options() argument

Completed in 3 milliseconds