Searched refs:realfd (Results 1 – 1 of 1) sorted by relevance
1042 int realfd, cryptofd; in cryptfs_enable_inplace() local1049 if ( (realfd = open(real_blkdev, O_RDONLY)) < 0) { in cryptfs_enable_inplace()1056 close(realfd); in cryptfs_enable_inplace()1084 if (unix_read(realfd, buf, CRYPT_INPLACE_BUFSIZE) <= 0) { in cryptfs_enable_inplace()1096 if (unix_read(realfd, buf, 512) <= 0) { in cryptfs_enable_inplace()1110 close(realfd); in cryptfs_enable_inplace()