Searched refs:ENOTEMPTY (Results 1 - 25 of 80) sorted by last modified time

1234

/linux-master/fs/bcachefs/
H A Dinode.c1121 if (fsck_err_on(bch2_err_matches(ret, ENOTEMPTY),
H A Derrcode.h117 x(ENOTEMPTY, ENOTEMPTY_dir_not_empty) \
118 x(ENOTEMPTY, ENOTEMPTY_subvol_not_empty) \
/linux-master/fs/ntfs3/
H A Dinode.c1791 err = -ENOTEMPTY;
/linux-master/fs/nfsd/
H A Dnfs4callback.c183 { NFS4ERR_NOTEMPTY, -ENOTEMPTY },
H A Dvfs.c85 { nfserr_notempty, -ENOTEMPTY },
1880 host_err = -ENOTEMPTY;
/linux-master/fs/btrfs/
H A Dinode.c4425 ret = -ENOTEMPTY;
4654 return -ENOTEMPTY;
9085 return -ENOTEMPTY;
9089 return -ENOTEMPTY;
/linux-master/fs/smb/server/
H A Dvfs.c615 if (err && err != -ENOTEMPTY)
773 err = -ENOTEMPTY;
1136 err = -ENOTEMPTY;
H A Dsmb2pdu.c6159 ksmbd_vfs_empty_dir(fp) == -ENOTEMPTY)
6415 else if (rc == -EBUSY || rc == -ENOTEMPTY)
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c1297 return -ENOTEMPTY;
1310 return -ENOTEMPTY;
H A Dnft_set_rbtree.c441 * being a start element: partial overlap, reported as -ENOTEMPTY.
447 return -ENOTEMPTY;
450 * being a end element: partial overlap, reported as -ENOTEMPTY.
454 return -ENOTEMPTY;
457 * being an end element: partial overlap, reported as -ENOTEMPTY
461 return -ENOTEMPTY;
H A Dnf_tables_api.c7104 } else if (err == -ENOTEMPTY) {
7105 /* ENOTEMPTY reports overlapping between this element
/linux-master/mm/
H A Dshmem.c3405 return -ENOTEMPTY;
3462 return -ENOTEMPTY;
/linux-master/fs/fuse/
H A Ddir.c1393 err = -ENOTEMPTY;
/linux-master/fs/xfs/
H A Dxfs_inode.c2652 error = -ENOTEMPTY;
2656 error = -ENOTEMPTY;
/linux-master/fs/ext4/
H A Dsuper.c644 EXT4_ERR_TRANSLATE(ENOTEMPTY),
/linux-master/fs/
H A Dnamei.c4239 error = -ENOTEMPTY;
5020 error = -ENOTEMPTY;
H A Dlibfs.c731 return -ENOTEMPTY;
799 return -ENOTEMPTY;
/linux-master/fs/ubifs/
H A Ddir.c881 * directory is empty, %-ENOTEMPTY if it is not, and other negative error codes
900 err = -ENOTEMPTY;
/linux-master/fs/exfat/
H A Dnamei.c891 return -ENOTEMPTY;
/linux-master/fs/f2fs/
H A Dnamei.c806 return -ENOTEMPTY;
1039 err = -ENOTEMPTY;
H A Dfile.c1921 return -ENOTEMPTY;
/linux-master/include/trace/misc/
H A Dnfs.h218 { ENOTEMPTY, "ENOTEMPTY" }, \
/linux-master/fs/udf/
H A Dnamei.c511 ret = -ENOTEMPTY;
787 retval = -ENOTEMPTY;
/linux-master/drivers/pci/controller/
H A Dpci-hyperv.c3420 return -ENOTEMPTY;
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c224 if (errno != ENOTEMPTY && errno != EBUSY)
2265 ASSERT_EQ(ENOTEMPTY, errno);

Completed in 639 milliseconds

1234