Lines Matching refs:filefd
8254 int filefd; in xattrs_out() local
8286 int filefd; in xattrs_out() local
8294 if ((filefd = open(filename, O_RDONLY)) == -1) { in xattrs_out()
8306 if (((slist = sysattr_list(myname, filefd, in xattrs_out()
8314 (void) close(filefd); in xattrs_out()
8452 filefd = openat(Gen.g_dirfd, dp->d_name, O_RDONLY); in xattrs_out()
8453 if (filefd == -1) { in xattrs_out()
8460 if (facl_get(filefd, ACL_NO_TRIVIAL, &aclp) != 0) { in xattrs_out()
8465 (void) close(filefd); in xattrs_out()
9334 int filefd; in preview_attrs() local
9339 if ((filefd = open(filename, O_RDONLY)) < 0) { in preview_attrs()
9342 if (((slist = sysattr_list(myname, filefd, in preview_attrs()
9350 (void) close(filefd); in preview_attrs()