Searched refs:realfd (Results 1 – 1 of 1) sorted by relevance
1502 int realfd, cryptofd; in cryptfs_enable_inplace() local1509 if ( (realfd = open(real_blkdev, O_RDONLY)) < 0) { in cryptfs_enable_inplace()1516 close(realfd); in cryptfs_enable_inplace()1544 if (unix_read(realfd, buf, CRYPT_INPLACE_BUFSIZE) <= 0) { in cryptfs_enable_inplace()1556 if (unix_read(realfd, buf, 512) <= 0) { in cryptfs_enable_inplace()1570 close(realfd); in cryptfs_enable_inplace()